Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skinner committed Jan 12, 2012
1 parent 8f462cf commit 71feb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/LazyPatricia.js
Expand Up @@ -73,7 +73,7 @@ function LazyTrie(rootURL, chunkTempl) {

LazyTrie.prototype.chunkUrl = function(prefix) {
var chunkUrl = this.chunkTempl.replace("\{Chunk\}", prefix);
return Util.resolveUrl(this.rootUrl, chunkUrl);
return Util.resolveUrl(this.rootURL, chunkUrl);
};

LazyTrie.prototype.pathToPrefix = function(path) {
Expand Down

0 comments on commit 71feb6e

Please sign in to comment.