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

index 7bb59aa..5685c3c 100644 (file)
@@ -1,6 +1,6 @@
 
 
-dashboard3.slidetest = function (tba,tbb, dir)
+dashboard3.slidetest = function (tba,tbb)
 {
     this.tba = tba;
     this.tbb = tbb;
@@ -13,7 +13,6 @@ dashboard3.slidetest = function (tba,tbb, dir)
     this.dir = cn.indexOf(this.nel) -  cn.indexOf(this.el);
     
     
-    this.dir = dir;
     this.slide();
 }
 Roo.apply(dashboard3.slidetest.prototype, {