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

index 1230d34..700e14c 100644 (file)
@@ -16,7 +16,7 @@ dashboard3.slidetest = {
         Roo.log([obox,box]);
         el.setStyle({
             position: 'absolute',
-            left : obox.left+ 'px',
+            left : obox.x+ 'px',
             top : 0,
             width : box.width + 'px',
             height: box.height+ 'px',
@@ -33,7 +33,7 @@ dashboard3.slidetest = {
         Roo.log([nbox]);
         nel.setStyle({
             position: 'absolute',
-            left : (box.width + obox.left ) + 'px',
+            left : (box.width + obox.x ) + 'px',
             top : 0,
             width : box.width + 'px',
             height: nbox.height+ 'px',