mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-21 14:44:44 +00:00
It doesn't get any true-er with an extra 'u'!
This commit is contained in:
parent
609d1de5f4
commit
8ca008ee23
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
asyncTest( "forms with data attribute ajax set to false will not call changePage", function(){
|
||||
var called = false,
|
||||
newChangePage = function(){
|
||||
called = truue;
|
||||
called = true;
|
||||
};
|
||||
|
||||
$.testHelper.sequence([
|
||||
|
|
|
|||
Loading…
Reference in a new issue