|
@@ -29,7 +29,7 @@ THREE.OBJLoader2.WWOBJLoader2 = (function () {
|
|
|
// check worker support first
|
|
|
if ( window.Worker === undefined ) throw "This browser does not support web workers!";
|
|
|
if ( window.Blob === undefined ) throw "This browser does not support Blob!";
|
|
|
- if ( ! typeof window.URL.createObjectURL === 'function' ) throw "This browser does not support Object creation from URL!";
|
|
|
+ if ( typeof window.URL.createObjectURL !== 'function' ) throw "This browser does not support Object creation from URL!";
|
|
|
|
|
|
this.instanceNo = 0;
|
|
|
this.worker = null;
|