From da9cbcf162fb4fa9f1c49ceb44cce1e4514a5d9c Mon Sep 17 00:00:00 2001 From: scottjehl Date: Tue, 10 Jan 2012 13:00:55 +0700 Subject: [PATCH] added reference to flow transition fallback --- js/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/js/index.php b/js/index.php index 1fd16a8b..3e5472aa 100644 --- a/js/index.php +++ b/js/index.php @@ -23,6 +23,7 @@ $files = array( 'jquery.mobile.transition.slidedown.js', 'jquery.mobile.transition.slideup.js', 'jquery.mobile.transition.flip.js', + 'jquery.mobile.transition.flow.js', 'jquery.mobile.degradeInputs.js', 'jquery.mobile.dialog.js', 'jquery.mobile.page.sections.js',