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

ObjectLoader: Improve code style

Mugen87 пре 7 година
родитељ
комит
f9b06338d0
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/loaders/ObjectLoader.js

+ 0 - 2
src/loaders/ObjectLoader.js

@@ -554,7 +554,6 @@ Object.assign( ObjectLoader.prototype, {
 
 					}
 
-
 				} else {
 
 					// load single image
@@ -563,7 +562,6 @@ Object.assign( ObjectLoader.prototype, {
 
 					images[ image.uuid ] = loadImage( path );
 
-
 				}
 
 			}