mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
add transition dep to navigation
This commit is contained in:
parent
7a4c507e96
commit
7dc692dc3a
1 changed files with 6 additions and 1 deletions
|
|
@ -3,7 +3,12 @@
|
|||
*/
|
||||
|
||||
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
||||
define( [ "jquery.mobile.core", "jquery.mobile.hashchange", "jquery.mobile.event", "jquery.mobile.page" ], function() {
|
||||
define( [
|
||||
"jquery.mobile.core",
|
||||
"jquery.mobile.hashchange",
|
||||
"jquery.mobile.event",
|
||||
"jquery.mobile.page",
|
||||
"jquery.mobile.transition" ], function() {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
( function( $, undefined ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue