jQuery core style guide conformance: jquery.mobile.fieldContain.js

This commit is contained in:
Rick Waldron 2011-06-28 23:46:23 -04:00
parent 76b173dab2
commit 3c57cb8778

View file

@ -11,4 +11,4 @@ $.fn.fieldcontain = function( options ) {
return this.addClass( "ui-field-contain ui-body ui-br" );
};
})(jQuery);
})( jQuery );