From 42c940966021e5c94a87ee3fb28003c69d882034 Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Fri, 6 Jan 2012 17:14:48 -0800 Subject: [PATCH] Fixed wrong line break --- js/jquery.mobile.forms.textinput.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/jquery.mobile.forms.textinput.js b/js/jquery.mobile.forms.textinput.js index 20f95cff..0fcd43df 100644 --- a/js/jquery.mobile.forms.textinput.js +++ b/js/jquery.mobile.forms.textinput.js @@ -2,8 +2,7 @@ //>>description: Enhances and consistently styles text inputs. //>>label: Text Inputs -define( [ "jquery.mobile.core", "jquery.mobile.widget", "jquery.mobi -le.degradeInputs", "jquery.mobile.buttonMarkup" ], function() { +define( [ "jquery.mobile.core", "jquery.mobile.widget", "jquery.mobile.degradeInputs", "jquery.mobile.buttonMarkup" ], function() { //>>excludeEnd("jqmBuildExclude"); (function( $, undefined ) {