summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Austin <chad@imvu.com>2014-05-02 16:20:51 -0700
committerBruce Mitchener <bruce.mitchener@gmail.com>2014-05-21 22:57:49 +0700
commit592a59f23ae0354c831323fc93f803c9b22f1e13 (patch)
tree7814b8a92b6be9965cabbb48cc0f0dd56edd1475
parent95a583b28ac063c3e813e61ea938bb93de910d66 (diff)
pass jshint
-rw-r--r--src/embind/embind.js1
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');