Skip to content

Commit

Permalink
extractUrlbase() to extractUrlBase() in CTMLoader.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 21, 2012
1 parent aa21b7a commit 2856874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/ctm/CTMLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {

Expand Down

0 comments on commit 2856874

Please sign in to comment.