mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
alpha order deps
This commit is contained in:
parent
7dc692dc3a
commit
ac6eb10913
2 changed files with 4 additions and 4 deletions
|
|
@ -5,10 +5,10 @@
|
|||
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
||||
define( [
|
||||
"jquery.mobile.core",
|
||||
"jquery.mobile.forms.select",
|
||||
"jquery.mobile.buttonMarkup",
|
||||
"jquery.mobile.page",
|
||||
"jquery.mobile.listview" ], function() {
|
||||
"jquery.mobile.forms.select",
|
||||
"jquery.mobile.listview",
|
||||
"jquery.mobile.page" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
(function( $, undefined ) {
|
||||
var extendSelect = function( widget ){
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
||||
define( [
|
||||
"jquery.mobile.core",
|
||||
"jquery.mobile.hashchange",
|
||||
"jquery.mobile.event",
|
||||
"jquery.mobile.hashchange",
|
||||
"jquery.mobile.page",
|
||||
"jquery.mobile.transition" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
|
|
|
|||
Loading…
Reference in a new issue