Added dependency on jquery.mobile.transitions

This commit is contained in:
Ghislain Seguin 2012-01-12 21:43:41 -08:00
parent 73a8d24134
commit 1630a18dd6

View file

@ -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 ) {