Update remaining call to _updateLocationHash to _updateHash

(Finish refactoring job from 1332246b8f)
This commit is contained in:
Tim Harper
2011-11-23 15:31:58 -07:00
parent 6687cde196
commit 42ee70e9d9

View File

@@ -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);