From 7dc692dc3a3e5ca8fb7c8e396e1d1b309ad9d1e6 Mon Sep 17 00:00:00 2001 From: John Bender Date: Tue, 20 Dec 2011 12:54:05 -0800 Subject: [PATCH] add transition dep to navigation --- js/jquery.mobile.navigation.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index c16b52d0..149b21c5 100755 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -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 ) {