@@ -77,7 +77,7 @@ THREE.JSONLoader.prototype = {
var object = scope.parse( json, texturePath );
onLoad( object.geometry, object.materials );
- } );
+ }, onProgress, onError );
},