From e1d98a7e1b17fb4d615f13994ef5555b04d2998f Mon Sep 17 00:00:00 2001 From: Ghislain Seguin Date: Wed, 25 Jan 2012 20:54:16 -0800 Subject: [PATCH] Removed use of order! plugin --- js/jquery.mobile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index 071db495..57f9c7f9 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -10,8 +10,8 @@ define([ './jquery.mobile.hashchange', './jquery.mobile.page', './jquery.mobile.core', - 'order!./jquery.mobile.navigation', - 'order!./jquery.mobile.navigation.pushstate', + './jquery.mobile.navigation', + './jquery.mobile.navigation.pushstate', './jquery.mobile.transition', './jquery.mobile.transition.pop', './jquery.mobile.transition.slide',