Browse Source

extractUrlbase() to extractUrlBase() in CTMLoader.

Mr.doob 13 years ago
parent
commit
2856874da1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/ctm/CTMLoader.js

+ 1 - 1
examples/js/ctm/CTMLoader.js

@@ -28,7 +28,7 @@ THREE.CTMLoader.prototype.loadParts = function( url, callback, useWorker, useBuf
 
 	var xhr = new XMLHttpRequest();
 
-	basePath = basePath ? basePath : this.extractUrlbase( url );
+	basePath = basePath ? basePath : this.extractUrlBase( url );
 
 	xhr.onreadystatechange = function() {