diff options
-rwxr-xr-x | 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 86e24a91..ae61f09f 100755 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -1082,7 +1082,7 @@ function __embind_register_class_classmethod( var humanName = classType.name + '.' + methodName; var argTypes = requireArgumentTypes(rawArgTypes, 'classmethod ' + humanName); classType.constructor[methodName] = makeInvoker(humanName, argCount, argTypes, rawInvoker, fn); - }) + }); } function __embind_register_class_operator_call( |