mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 17:34:45 +00:00
make sure the slider core runs before init to set keepNative properly
This commit is contained in:
parent
3890539f8f
commit
c50310bfab
1 changed files with 2 additions and 2 deletions
|
|
@ -15,11 +15,11 @@
|
|||
[
|
||||
"jquery.mobile.forms.slider"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
"slider_events.js",
|
||||
"slider_core.js"
|
||||
]
|
||||
],
|
||||
[ "jquery.mobile.init" ]
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue