From 3c57cb8778ad70feb38c8bbbc9646c49bc5b4e42 Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Tue, 28 Jun 2011 23:46:23 -0400 Subject: [PATCH] jQuery core style guide conformance: jquery.mobile.fieldContain.js --- js/jquery.mobile.fieldContain.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.fieldContain.js b/js/jquery.mobile.fieldContain.js index 51afbd02..3593f427 100644 --- a/js/jquery.mobile.fieldContain.js +++ b/js/jquery.mobile.fieldContain.js @@ -11,4 +11,4 @@ $.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