mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-12 16:43:10 +00:00
Fixed deps
This commit is contained in:
parent
b79de8c168
commit
f37f9c72b3
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,6 @@
|
|||
//set up the theme switcher on the homepage
|
||||
|
||||
define( [ "jquery.mobile" ], function() {
|
||||
$('div').live('pagecreate',function(event){
|
||||
if( !$(this).is('.ui-dialog')){
|
||||
var appendEl = $(this).find('.ui-footer:last');
|
||||
|
|
@ -99,4 +101,4 @@ if ( location.protocol.substr(0,4) === 'file' ||
|
|||
});
|
||||
});
|
||||
}
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,3 +1 @@
|
|||
require( [ "jquery.mobile" ], function() {
|
||||
require( [ "../docs/_assets/js/jqm-docs" ] );
|
||||
});
|
||||
define( [ "../docs/_assets/js/jqm-docs" ] );
|
||||
|
|
|
|||
Loading…
Reference in a new issue