fixed test description

This commit is contained in:
John Bender 2010-11-24 02:11:44 +08:00 committed by Scott Jehl
parent 31e6d6879b
commit 923c262bb5

View file

@ -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);