From 8fda621da9a0a1966baf03000c84867be9a6b845 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 12 Jan 2012 14:46:49 +0700 Subject: [PATCH] added missing files --- js/jquery.mobile.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/js/jquery.mobile.js b/js/jquery.mobile.js index abceeb02..55709cfa 100644 --- a/js/jquery.mobile.js +++ b/js/jquery.mobile.js @@ -12,6 +12,13 @@ define([ 'order!jquery.mobile.navigation', 'order!jquery.mobile.navigation.pushstate', 'order!jquery.mobile.transition', + 'order!jquery.mobile.transition.pop', + 'order!jquery.mobile.transition.slide', + 'order!jquery.mobile.transition.slidedown', + 'order!jquery.mobile.transition.slideup', + 'order!jquery.mobile.transition.flip', + 'order!jquery.mobile.transition.flow', + 'order!jquery.mobile.transition.turn', 'jquery.mobile.degradeInputs', 'jquery.mobile.dialog', 'jquery.mobile.page.sections',