diff options
author | Chad Austin <chad@imvu.com> | 2013-03-07 18:42:32 -0800 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-12 14:25:27 +0300 |
commit | b72bbd39389fed75dc6f0ecb594540a209363eff (patch) | |
tree | b84968733fda6d6bcff1a777cf05d5197955d5a9 /src | |
parent | 770221aa384a9feb24d992ff697e6fba99049832 (diff) |
.field -> .property
Diffstat (limited to 'src')
-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 9c5b52e8..68cd0e7d 100755 --- a/src/embind/embind.js +++ b/src/embind/embind.js @@ -947,7 +947,7 @@ function __embind_register_class_class_function( }); } -function __embind_register_class_field( +function __embind_register_class_property( rawClassType, fieldName, rawFieldType, |