mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 14:20:59 +00:00
typo in test description
This commit is contained in:
parent
4c4ccbd971
commit
92f863d062
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@
|
|||
location.hash = "foozball";
|
||||
setTimeout(function(){
|
||||
start();
|
||||
ok( prop == stillListening, "urlHistory.listeningEnabled = false disables default hashchange event handler");
|
||||
ok( prop == stillListening, prop + " = false disables default hashchange event handler");
|
||||
location.hash = "";
|
||||
prop = true;
|
||||
}, 1000);
|
||||
|
|
|
|||
Loading…
Reference in a new issue