mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-22 17:00:24 +00:00
fixed test description
This commit is contained in:
parent
31e6d6879b
commit
923c262bb5
1 changed files with 2 additions and 2 deletions
|
|
@ -45,7 +45,7 @@
|
|||
ok(!$("html").hasClass("ui-mobile"));
|
||||
});
|
||||
|
||||
test( "enhancments are added when the browser is not grade A", function(){
|
||||
test( "enhancments are added when the browser is grade A", function(){
|
||||
setGradeA(true);
|
||||
$.testHelper.reloadLib(libName);
|
||||
|
||||
|
|
@ -86,4 +86,4 @@
|
|||
|
||||
//TODO test the rest of the library after the $loader definition
|
||||
});
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue