mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
Update remaining call to _updateLocationHash to _updateHash
(Finish refactoring job from 1332246b8f)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user