mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 06:10:59 +00:00
add page and listview dep to custom select
This commit is contained in:
parent
517c9588ca
commit
7a4c507e96
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,12 @@
|
|||
*/
|
||||
|
||||
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
||||
define( [ "jquery.mobile.core", "jquery.mobile.forms.select", "jquery.mobile.buttonMarkup" ], function() {
|
||||
define( [
|
||||
"jquery.mobile.core",
|
||||
"jquery.mobile.forms.select",
|
||||
"jquery.mobile.buttonMarkup",
|
||||
"jquery.mobile.page",
|
||||
"jquery.mobile.listview" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
(function( $, undefined ) {
|
||||
var extendSelect = function( widget ){
|
||||
|
|
|
|||
Loading…
Reference in a new issue