Skip to content

Commit a488efd

Browse files
committed
Fix omission of this for context
1 parent 5f92aeb commit a488efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/core/Geometry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var GeometryModel = AutogenGeometryModel.extend({
2424
'morphNormals', 'skinWeights', 'skinIndices', 'lineDistances',
2525
].forEach(function(key) {
2626
this.props_created_by_three[key] = true;
27-
});
27+
}, this);
2828
this.syncToModel();
2929
this.props_created_by_three = old_three;
3030
return result;

0 commit comments

Comments
 (0)