Browse Source

Clarified exception warning

CarlBateman 8 years ago
parent
commit
228e04bd4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/loaders/FBXLoader.js

+ 1 - 1
examples/js/loaders/FBXLoader.js

@@ -4329,7 +4329,7 @@
 
 
 					if ( window.Zlib === undefined ) {
 					if ( window.Zlib === undefined ) {
 
 
-					  throw new Error('FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js');
+						throw new Error( 'FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js' );
 
 
 					}
 					}