From bbff7403fbf46f9ad92240ac213df8d30ef31b64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 20 Sep 2018 02:56:13 +0200 Subject: update packages --- src/crypto/emscInterface.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto/emscInterface.ts') diff --git a/src/crypto/emscInterface.ts b/src/crypto/emscInterface.ts index ce52c88bd..0662f4a71 100644 --- a/src/crypto/emscInterface.ts +++ b/src/crypto/emscInterface.ts @@ -189,7 +189,7 @@ export class HashContext implements ArenaObject { /** - * Arena object that points to an allocaed block of memory. + * Arena object that points to an allocated block of memory. */ abstract class MallocArenaObject implements ArenaObject { protected _nativePtr: number | undefined = undefined; @@ -303,7 +303,7 @@ class SyncArena extends SimpleArena { } } -const arenaStack: Arena[] = []; +export const arenaStack: Arena[] = []; arenaStack.push(new SyncArena()); -- cgit v1.2.3