mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 05:04:46 +00:00
Added dependency on jquery.mobile.transitions
This commit is contained in:
parent
73a8d24134
commit
1630a18dd6
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ define( [
|
|||
"jquery.mobile.core",
|
||||
"jquery.mobile.event",
|
||||
"jquery.mobile.hashchange",
|
||||
"jquery.mobile.page" ], function( $ ) {
|
||||
"jquery.mobile.page",
|
||||
"jquery.mobile.transition" ], function( $ ) {
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
( function( $, undefined ) {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue