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',