diff --git a/src/af.ui.js b/src/af.ui.js index a0f90afda..2d734dd75 100644 --- a/src/af.ui.js +++ b/src/af.ui.js @@ -879,14 +879,6 @@ */ runTransition: function(transition,previous,target, back,noTrans) { - if (typeof previous !== "undefined" && previous !== null) { - if(previous.find) { - setTimeout(function(){ - previous.find(".active").removeClass("active"); - },500); - } - } - if(!transition) transition="slide";