mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
testDone instead of testStart
This commit is contained in:
parent
d4c8c3cee2
commit
eed66df3da
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
});
|
||||
|
||||
QUnit.testStart = function (name) {
|
||||
QUnit.testDone = function (name) {
|
||||
$.mobile.urlHistory.clear();
|
||||
clearPageTransitionStack();
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue