diff --git a/js/jquery.mobile.fieldContain.js b/js/jquery.mobile.fieldContain.js index dec7e662..3593f427 100644 --- a/js/jquery.mobile.fieldContain.js +++ b/js/jquery.mobile.fieldContain.js @@ -4,8 +4,11 @@ * Dual licensed under the MIT or GPL Version 2 licenses. * http://jquery.org/license */ -(function($, undefined ) { -$.fn.fieldcontain = function(options){ - return this.addClass('ui-field-contain ui-body ui-br'); + +(function( $, undefined ) { + +$.fn.fieldcontain = function( options ) { + return this.addClass( "ui-field-contain ui-body ui-br" ); }; -})(jQuery); \ No newline at end of file + +})( jQuery ); \ No newline at end of file