提交 341f45e0 编写于 作者: M Mr.doob

Clean up.

上级 0e4398b3
......@@ -7,8 +7,10 @@ var Storage = function () {
var indexedDB = window.indexedDB || window.mozIndexedDB || window.webkitIndexedDB || window.msIndexedDB;
if ( indexedDB === undefined ) {
console.warn( 'Storage: IndexedDB not available.' );
return { init: function () {}, get: function () {}, set: function () {}, clear: function () {} };
}
var name = 'threejs-editor';
......@@ -89,6 +91,6 @@ var Storage = function () {
}
}
};
};
......@@ -303,9 +303,7 @@ THREE.MTLLoader.MaterialCreator.prototype = {
var value = mat[ prop ];
if ( value === '' ) {
continue;
}
if ( value === '' ) continue;
switch ( prop.toLowerCase() ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册