Skip to content

Commit

Permalink
Update remaining call to _updateLocationHash to _updateHash
Browse files Browse the repository at this point in the history
(Finish refactoring job from 1332246)
  • Loading branch information
timcharper committed Nov 23, 2011
1 parent 6687cde commit 42ee70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Expand Up @@ -843,7 +843,7 @@
// Opening and closing the iframe tricks IE7 and earlier to push a history entry on hash-tag change.
// When replace is true, we don't want this.
if(!options.replace) this.iframe.document.open().close();
this._updateLocationHash(this.iframe.location, frag, options.replace);
this._updateHash(this.iframe.location, frag, options.replace);
}
}
if (options.trigger) this.loadUrl(fragment);
Expand Down

0 comments on commit 42ee70e

Please sign in to comment.