hashchange: Remove unused ignore.last.

This commit is contained in:
Steve Howell 2018-11-30 23:38:28 +00:00 committed by Tim Abbott
parent 682235af80
commit 53e99c0a55
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@ function hashchanged(from_reload, e) {
var old_hash;
if (e) {
old_hash = "#" + (e.oldURL || ignore.old_hash).split(/#/).slice(1).join("");
ignore.last = old_hash;
ignore.old_hash = window.location.hash;
}