From 8ea0bddccc129b7c1108b5d2d68c57c9f3cc2665 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 4 Jan 2012 11:38:32 -0800 Subject: [PATCH] ensure defaultTransitionHandler is defined after the navigation has been loaded --- js/jquery.mobile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 784780ac..abceeb02 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -9,9 +9,9 @@ define([ 'jquery.mobile.hashchange', 'jquery.mobile.page', 'jquery.mobile.core', - 'jquery.mobile.navigation', - 'jquery.mobile.navigation.pushstate', - 'jquery.mobile.transition', + 'order!jquery.mobile.navigation', + 'order!jquery.mobile.navigation.pushstate', + 'order!jquery.mobile.transition', 'jquery.mobile.degradeInputs', 'jquery.mobile.dialog', 'jquery.mobile.page.sections',