Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / js / index.php
1 <?php
2 $type = 'text/javascript';
3 $files = array(
4         '../LICENSE-INFO.txt',
5         // note that define is only included here as a means
6         // to revert to the pre async include, and should not be
7         // used in other build methods
8         'jquery.mobile.define.js',
9         'jquery.ui.widget.js',
10         'jquery.mobile.widget.js',
11         'jquery.mobile.media.js',
12         'jquery.mobile.support.js',
13         'jquery.mobile.vmouse.js',
14         'jquery.mobile.event.js',
15         'jquery.mobile.hashchange.js',
16         'jquery.mobile.page.js',
17         'jquery.mobile.core.js',
18         'jquery.mobile.navigation.js',
19         'jquery.mobile.navigation.pushstate.js',
20         'jquery.mobile.transition.js',
21         'jquery.mobile.transition.pop.js',
22         'jquery.mobile.transition.slide.js',
23         'jquery.mobile.transition.slidedown.js',
24         'jquery.mobile.transition.slideup.js',
25         'jquery.mobile.transition.flip.js',
26         'jquery.mobile.transition.flow.js',
27         'jquery.mobile.transition.turn.js',
28         'jquery.mobile.degradeInputs.js',
29         'jquery.mobile.dialog.js',
30         'jquery.mobile.page.sections.js',
31         'jquery.mobile.collapsible.js',
32         'jquery.mobile.collapsibleSet.js',
33         'jquery.mobile.fieldContain.js',
34         'jquery.mobile.grid.js',
35         'jquery.mobile.navbar.js',
36         'jquery.mobile.listview.js',
37         'jquery.mobile.listview.filter.js',
38         'jquery.mobile.nojs.js',
39         'jquery.mobile.forms.checkboxradio.js',
40         'jquery.mobile.forms.button.js',
41         'jquery.mobile.forms.slider.js',
42         'jquery.mobile.forms.textinput.js',
43         'jquery.mobile.forms.select.custom.js',
44         'jquery.mobile.forms.select.js',
45         'jquery.mobile.buttonMarkup.js',
46         'jquery.mobile.controlGroup.js',
47         'jquery.mobile.links.js',
48         'jquery.mobile.fixedToolbar.js',
49         'jquery.mobile.zoom.js',
50         'jquery.mobile.zoom.iosorientationfix.js',
51         'jquery.mobile.init.js'
52 );
53
54 require_once('../combine.php');