mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 09:00:57 +00:00
enforce test order ... dying a little inside
This commit is contained in:
parent
01d1ce2342
commit
bf39926d0d
1 changed files with 4 additions and 4 deletions
|
|
@ -19,10 +19,10 @@
|
|||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
"select_events.js",
|
||||
"select_native.js",
|
||||
"select_cached.js",
|
||||
"select_core.js"
|
||||
"order!select_events.js",
|
||||
"order!select_native.js",
|
||||
"order!select_cached.js",
|
||||
"order!select_core.js"
|
||||
]
|
||||
]);
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue