Merge pull request #759 from lmp/master

Update remaining call to _updateLocationHash to _updateHash
This commit is contained in:
Jeremy Ashkenas
2011-11-23 14:35:37 -08:00

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