mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 09:54:44 +00:00
removed a console log
This commit is contained in:
parent
241500a422
commit
d66cd439f0
1 changed files with 1 additions and 3 deletions
|
|
@ -4,9 +4,7 @@
|
|||
(function($){
|
||||
module('jquery.mobile.fieldContain.js');
|
||||
|
||||
test( "Field container contains appropriate css styles", function(){
|
||||
console.log($('#test-fieldcontain'))
|
||||
|
||||
test( "Field container contains appropriate css styles", function(){
|
||||
ok($('#test-fieldcontain').hasClass('ui-field-contain ui-body ui-br'), 'A fieldcontain element must contain styles "ui-field-contain ui-body ui-br"');
|
||||
});
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue