ensure defaultTransitionHandler is defined after the navigation has been loaded

This commit is contained in:
John Bender 2012-01-04 11:38:32 -08:00
parent 6e8433d395
commit 8ea0bddccc

View file

@ -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',