Преглед изворни кода

Remove an unnecessary space

Takahiro пре 7 година
родитељ
комит
99a7cb9fdf
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/textures/Texture.js

+ 1 - 1
src/textures/Texture.js

@@ -240,7 +240,7 @@ Texture.prototype = Object.assign( Object.create( EventDispatcher.prototype ), {
 					width: mipmap.width,
 					height: mipmap.height,
 					type: mipmap.data.constructor.name,
-					array:  Array.prototype.slice.call( mipmap.data )
+					array: Array.prototype.slice.call( mipmap.data )
 				} );
 
 			} else {