Lewy Blue пре 7 година
родитељ
комит
f960bf42a5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -2893,7 +2893,7 @@
 
 		},
 
-		parseSubNode( name, node, subNode ) {
+		parseSubNode: function ( name, node, subNode ) {
 
 			// special case: child node is single property
 			if ( subNode.singleProperty === true ) {