testDone instead of testStart

This commit is contained in:
Alex Kovar 2011-01-30 20:51:47 -06:00
parent d4c8c3cee2
commit eed66df3da

View file

@ -49,7 +49,7 @@
}
});
QUnit.testStart = function (name) {
QUnit.testDone = function (name) {
$.mobile.urlHistory.clear();
clearPageTransitionStack();
};