Explorar o código

remove exception error handler for now, not a necessary example.

Ben Houston %!s(int64=10) %!d(string=hai) anos
pai
achega
da09e160c7
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      src/Three.js

+ 0 - 7
src/Three.js

@@ -25,13 +25,6 @@ if ( Math.sign === undefined ) {
 }
 
 
-THREE.ExceptionErrorHandler = function( message ) {
-	console.error( arguments );
-	var error = new Error( message );
-	error.optionalData = arguments;
-	throw error;
-};
-
 THREE.ConsoleErrorHandler = function() {
 	console.error( arguments );
 };