diff options
author | mey <mey@imvu.com> | 2012-11-16 14:02:34 -0800 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:21:55 +0300 |
commit | 61b2ff66ffe1aba9550c828d5df9ecc0d3af8f7b (patch) | |
tree | 68b7241d7aa4c05ea922c8e200efc38651431178 | |
parent | e237bfd79d7ae865f7eeaccefff5e8a9c7afe309 (diff) |
JSHint corrections.
-rw-r--r-- | src/embind/embind.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js index ff5adf64..6a59f11d 100644 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -693,7 +693,7 @@ function __embind_register_class_operator_call( var rv = returnType.fromWireType(invoker.apply(null, args)); runDestructors(destructors); return rv; - } + }; } function __embind_register_class_field( |