diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/embind/embind.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js index 8947c76f..37f9e432 100644 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -4,6 +4,7 @@ /*global readLatin1String*/ /*global __emval_register, _emval_handle_array, __emval_decref*/ /*global ___getTypeName*/ +/*global requireHandle*/ /*jslint sub:true*/ /* The symbols 'fromWireType' and 'toWireType' must be accessed via array notation to be closure-safe since craftInvokerFunction crafts functions as strings that can't be closured. */ var InternalError = Module['InternalError'] = extendError(Error, 'InternalError'); var BindingError = Module['BindingError'] = extendError(Error, 'BindingError'); |