mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
ensure defaultTransitionHandler is defined after the navigation has been loaded
This commit is contained in:
parent
6e8433d395
commit
8ea0bddccc
1 changed files with 3 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue