examples/bootstrap/dashboard3.slidetest.js
authorAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 08:43:32 +0000 (16:43 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 3 Feb 2015 08:43:32 +0000 (16:43 +0800)
examples/bootstrap/dashboard3.slidetest.js

index 447a6bb..3293ac5 100644 (file)
@@ -72,6 +72,8 @@ Roo.apply(dashboard3.slidetest.prototype, {
     completeSlide : function()
     {
           
+          this.el.removeClass('active'):
+          
           this.pel.setStyle('overflow', '');
           this.nel.setStyle({
             position: 'relative',
@@ -80,7 +82,9 @@ Roo.apply(dashboard3.slidetest.prototype, {
             width :'',
             height: ''
           });
-          this.el.removeClass('active'):
+          
+          
+          
           this.el.setStyle({
             position: 'relative',
             left : '',
@@ -88,7 +92,7 @@ Roo.apply(dashboard3.slidetest.prototype, {
             width :'',
             height: ''
           });  
-            this.el.removeClass('active'):
+            
         
     }