Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.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.touch.js',
13         'jquery.mobile.support.orientation.js',
14         'jquery.mobile.support.js',
15         'jquery.mobile.vmouse.js',
16         'events/touch.js',
17         'events/throttledresize.js',
18         'events/orientationchange.js',
19         'jquery.hashchange.js',
20         'widgets/page.js',
21         'jquery.mobile.core.js',
22     'widgets/loader.js',
23         'jquery.mobile.navigation.js',
24         'jquery.mobile.navigation.pushstate.js',
25         'jquery.mobile.transition.js',
26         'transitions/pop.js',
27         'transitions/slide.js',
28         'transitions/slidedown.js',
29         'transitions/slideup.js',
30         'transitions/flip.js',
31         'transitions/flow.js',
32         'transitions/turn.js',
33         'jquery.mobile.degradeInputs.js',
34         'widgets/dialog.js',
35         'widgets/page.sections.js',
36         'widgets/collapsible.js',
37         'widgets/collapsibleSet.js',
38         'jquery.mobile.fieldContain.js',
39         'jquery.mobile.grid.js',
40         'widgets/navbar.js',
41         'widgets/listview.js',
42         'widgets/listview.filter.js',
43         'widgets/listview.autodividers.js',
44         'jquery.mobile.nojs.js',
45         'widgets/forms/checkboxradio.js',
46         'widgets/forms/button.js',
47         'widgets/forms/slider.js',
48         'widgets/forms/textinput.js',
49         'widgets/forms/select.custom.js',
50         'widgets/forms/select.js',
51         'jquery.mobile.buttonMarkup.js',
52         'jquery.mobile.controlGroup.js',
53         'jquery.mobile.links.js',
54         'widgets/fixedToolbar.js',
55         'widgets/popup.js',
56         'jquery.mobile.zoom.js',
57         'jquery.mobile.zoom.iosorientationfix.js',
58         'jquery.mobile.init.js'
59 );
60
61 require_once('../combine.php');