Fixed deps

This commit is contained in:
Ghislain Seguin 2011-12-07 15:41:40 -08:00
parent b79de8c168
commit f37f9c72b3
2 changed files with 4 additions and 4 deletions

View file

@ -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' ||
});
});
}
});

View file

@ -1,3 +1 @@
require( [ "jquery.mobile" ], function() {
require( [ "../docs/_assets/js/jqm-docs" ] );
});
define( [ "../docs/_assets/js/jqm-docs" ] );