diff --git a/js/jquery.mobile.navigation.js b/js/jquery.mobile.navigation.js index c16b52d0..149b21c5 100755 --- a/js/jquery.mobile.navigation.js +++ b/js/jquery.mobile.navigation.js @@ -3,7 +3,12 @@ */ //>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude); -define( [ "jquery.mobile.core", "jquery.mobile.hashchange", "jquery.mobile.event", "jquery.mobile.page" ], function() { +define( [ + "jquery.mobile.core", + "jquery.mobile.hashchange", + "jquery.mobile.event", + "jquery.mobile.page", + "jquery.mobile.transition" ], function() { //>>excludeEnd("jqmBuildExclude"); ( function( $, undefined ) {