typo in test description

This commit is contained in:
scottjehl 2011-01-31 23:49:30 -05:00
parent 4c4ccbd971
commit 92f863d062

View file

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