From 1f8c9ec832a710147c5a71a0e5bace7b4070151c Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Thu, 15 Dec 2011 23:07:58 -0800 Subject: [PATCH] Fixed casing --- js/jquery.mobile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 784780ac..8c9dcffb 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -10,7 +10,7 @@ define([ 'jquery.mobile.page', 'jquery.mobile.core', 'jquery.mobile.navigation', - 'jquery.mobile.navigation.pushstate', + 'jquery.mobile.navigation.pushState', 'jquery.mobile.transition', 'jquery.mobile.degradeInputs', 'jquery.mobile.dialog', @@ -26,7 +26,7 @@ define([ 'jquery.mobile.forms.checkboxradio', 'jquery.mobile.forms.button', 'jquery.mobile.forms.slider', - 'jquery.mobile.forms.textinput', + 'jquery.mobile.forms.textInput', 'jquery.mobile.forms.select.custom', 'jquery.mobile.forms.select', 'order!jquery.mobile.buttonMarkup',