make sure the slider core runs before init to set keepNative properly

This commit is contained in:
John Bender 2012-01-04 11:23:21 -08:00 committed by scottjehl
parent 3890539f8f
commit c50310bfab

View file

@ -15,11 +15,11 @@
[
"jquery.mobile.forms.slider"
],
[ "jquery.mobile.init" ],
[
"slider_events.js",
"slider_core.js"
]
],
[ "jquery.mobile.init" ]
]);
</script>