remove debugging code
[roojs1] / ux / Iscroll.js
index 8079830..12b257d 100644 (file)
@@ -55,9 +55,14 @@ Roo.ux.iScroll = function (el, options) {
                        doc = document,
                        i;
 
-               that.wrapper = typeof el == 'object' ? el : doc.getElementById(el);
-               //that.wrapper.style.overflow = 'hidden';
+               
+        that.wrapper = typeof el == 'object' ? el : doc.getElementById(el);
+        
+               that.wrapper.style.overflow = 'hidden';
                that.scroller = that.wrapper.children[0];
+        
+        
+        
 
                // Default options
                that.options = {