mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 03:14:43 +00:00
added page and page section dependencies to custom select
This commit is contained in:
parent
30b4727138
commit
d6a5a00ebd
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ define( [
|
|||
"jquery.mobile.dialog",
|
||||
"jquery.mobile.forms.select",
|
||||
"jquery.mobile.listview",
|
||||
"jquery.mobile.page" ], function() {
|
||||
"jquery.mobile.page",
|
||||
// NOTE expects ui content in the defined page, see selector for menuPageContent definition
|
||||
"jquery.mobile.page.sections" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
(function( $, undefined ) {
|
||||
var extendSelect = function( widget ){
|
||||
|
|
|
|||
Loading…
Reference in a new issue