Browse Source

Clean up.

Mr.doob 7 năm trước cách đây
mục cha
commit
85a023de24
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/renderers/webgl/WebGLProperties.js

+ 1 - 1
src/renderers/webgl/WebGLProperties.js

@@ -13,7 +13,7 @@ function WebGLProperties() {
 		if ( map === undefined ) {
 
 			map = {};
-			properties.set( object, map);
+			properties.set( object, map );
 
 		}