renamed files with jQuery.mobile. prefixes

This commit is contained in:
scottjehl 2010-09-18 09:59:33 -04:00
parent 2e9c5914e6
commit 6fa401276a
16 changed files with 15 additions and 15 deletions

View file

@ -1,23 +1,23 @@
<?
$elements = array(
'jquery.js',
'jQuery.hashchange.js',
'jQuery.clickable.js',
'jQuery.fixHeaderFooter.js',
'jQuery.forms.checkboxradio.js',
'jQuery.forms.expandable.js',
'jQuery.forms.textinput.js',
'jQuery.forms.select.js',
'jQuery.buttonMarkup.js',
'jQuery.forms.button.js',
'jQuery.collapsible.js',
'jQuery.controlGroup.js',
'jQuery.fieldContain.js',
'jQuery.listview.js',
'jQuery.dialog.js',
'jQuery.globalnav.js',
'jQuery.mobile.support.js',
'jQuery.mobile.event.js',
'jQuery.mobile.hashchange.js',
'jQuery.mobile.clickable.js',
'jQuery.mobile.fixHeaderFooter.js',
'jQuery.mobile.forms.checkboxradio.js',
'jQuery.mobile.forms.expandable.js',
'jQuery.mobile.forms.textinput.js',
'jQuery.mobile.forms.select.js',
'jQuery.mobile.buttonMarkup.js',
'jQuery.mobile.forms.button.js',
'jQuery.mobile.collapsible.js',
'jQuery.mobile.controlGroup.js',
'jQuery.mobile.fieldContain.js',
'jQuery.mobile.listview.js',
'jQuery.mobile.dialog.js',
'jQuery.mobile.globalnav.js',
'jQuery.mobile.js'
);