Renamed files from jQuery.* to jquery.*. Fixes #33.

This commit is contained in:
Scott González 2010-10-07 10:50:10 -04:00
parent 711148c782
commit 6f10fe2459
2 changed files with 36 additions and 36 deletions

View file

@ -1,21 +1,21 @@
<?
$elements = array(
'jQuery.mobile.theme.css',
'jQuery.mobile.core.css',
'jQuery.mobile.transitions.css',
'jQuery.mobile.grids.css',
'jQuery.mobile.headerfooter.css',
'jQuery.mobile.navlist.css',
'jQuery.mobile.button.css',
'jQuery.mobile.collapsible.css',
'jQuery.mobile.controlgroup.css',
'jQuery.mobile.dialog.css',
'jQuery.mobile.forms.checkboxradio.css',
'jQuery.mobile.forms.fieldcontain.css',
'jQuery.mobile.forms.select.css',
'jQuery.mobile.forms.textinput.css',
'jQuery.mobile.listview.css',
'jQuery.mobile.forms.slider.css'
'jquery.mobile.theme.css',
'jquery.mobile.core.css',
'jquery.mobile.transitions.css',
'jquery.mobile.grids.css',
'jquery.mobile.headerfooter.css',
'jquery.mobile.navlist.css',
'jquery.mobile.button.css',
'jquery.mobile.collapsible.css',
'jquery.mobile.controlgroup.css',
'jquery.mobile.dialog.css',
'jquery.mobile.forms.checkboxradio.css',
'jquery.mobile.forms.fieldcontain.css',
'jquery.mobile.forms.select.css',
'jquery.mobile.forms.textinput.css',
'jquery.mobile.listview.css',
'jquery.mobile.forms.slider.css'
);
?>

View file

@ -3,27 +3,27 @@ $elements = array(
'jquery.js',
'jquery.ui.widget.js',
'jquery.mobile.widget.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.textinput.js',
'jQuery.mobile.forms.select.js',
'jQuery.mobile.forms.ajaxform.js',
'jQuery.mobile.buttonMarkup.js',
'jQuery.mobile.forms.button.js',
'jQuery.mobile.forms.slider.js',
'jQuery.mobile.collapsible.js',
'jQuery.mobile.controlGroup.js',
'jQuery.mobile.fieldContain.js',
'jQuery.mobile.listview.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.textinput.js',
'jquery.mobile.forms.select.js',
'jquery.mobile.forms.ajaxform.js',
'jquery.mobile.buttonMarkup.js',
'jquery.mobile.forms.button.js',
'jquery.mobile.forms.slider.js',
'jquery.mobile.collapsible.js',
'jquery.mobile.controlGroup.js',
'jquery.mobile.fieldContain.js',
'jquery.mobile.listview.js',
'jquery.mobile.listview.filter.js',
'jQuery.mobile.dialog.js',
'jQuery.mobile.navlist.js',
'jQuery.mobile.grid.js',
'jQuery.mobile.js'
'jquery.mobile.dialog.js',
'jquery.mobile.navlist.js',
'jquery.mobile.grid.js',
'jquery.mobile.js'
);
?>