aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Lee <tlee@imvu.com>2012-11-05 14:16:46 -0800
committerJukka Jylänki <jujjyl@gmail.com>2013-04-12 14:22:00 +0300
commitad45b65333af729c8ffd99a8e5264e6d4d40b028 (patch)
tree8a94cfc3229cfc2b8bffa19b0929182e423ca94a
parent8b7abef9db95082d4791ce92f4b7b4a308e3ed25 (diff)
Add support for std::vector.
-rwxr-xr-xsrc/embind/embind.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/embind/embind.js b/src/embind/embind.js
index f491c1dd..859181e7 100755
--- a/src/embind/embind.js
+++ b/src/embind/embind.js
@@ -505,7 +505,6 @@ function __embind_register_class(
return h;
});
-
Handle.prototype.clone = function() {
if (!this.ptr) {
throw new BindingError(classType.name + ' instance already deleted');