mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 09:20:28 +00:00
missed a name change in the unit test
This commit is contained in:
parent
da1c615c8a
commit
e00f007792
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
});
|
||||
|
||||
test( "path.makeAbsolute is working properly", function(){
|
||||
$.mobile.urlHistory.listeningEnabled = false;
|
||||
$.mobile.urlHistory.ignoreNextHashChange = false;
|
||||
$.mobile.path.set("bar/");
|
||||
same( $.mobile.path.makeAbsolute("test.html"), "bar/test.html", "prefixes path with absolute base path from hash");
|
||||
location.hash = "";
|
||||
|
|
|
|||
Loading…
Reference in a new issue