浏览代码

Fix tab issue

oparisy 6 年之前
父节点
当前提交
02e0322ea5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/modularize.js

+ 2 - 2
utils/modularize.js

@@ -24,8 +24,8 @@ var files = [
 	{ path: 'loaders/OBJLoader.js', ignoreList: [] },
 	{ path: 'loaders/MTLLoader.js', ignoreList: [] },
 
-  { path: 'pmrem/PMREMCubeUVPacker.js', ignoreList: [] },
-  { path: 'pmrem/PMREMGenerator.js', ignoreList: [] },
+	{ path: 'pmrem/PMREMCubeUVPacker.js', ignoreList: [] },
+	{ path: 'pmrem/PMREMGenerator.js', ignoreList: [] },
 
 	{ path: 'utils/BufferGeometryUtils.js', ignoreList: [] },
 	{ path: 'utils/GeometryUtils.js', ignoreList: [] },