mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-10 23:53:10 +00:00
Fixed casing
This commit is contained in:
parent
86cd1e4932
commit
1f8c9ec832
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue