add transition dep to navigation

This commit is contained in:
John Bender 2011-12-20 12:54:05 -08:00 committed by scottjehl
parent 7a4c507e96
commit 7dc692dc3a

View file

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