From 4bb63a315cbf94fc38100bab3d34a6ba4b2af911 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 29 Dec 2011 21:30:31 +0700 Subject: [PATCH] for now, removed any difference between framework transition defaults and the docs. We might want to bring this back and recommend it though - I'm not sure how easy it'll be to bring it in standard with the ability to configure. --- docs/_assets/js/jqm-docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_assets/js/jqm-docs.js b/docs/_assets/js/jqm-docs.js index 9cdfca68..a1184376 100644 --- a/docs/_assets/js/jqm-docs.js +++ b/docs/_assets/js/jqm-docs.js @@ -52,8 +52,8 @@ function setDefaultTransition(){ $(function(){ - setDefaultTransition(); - $( window ).bind( "throttledresize", setDefaultTransition ); + //setDefaultTransition(); + //$( window ).bind( "throttledresize", setDefaultTransition ); });