ux/Iscroll.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 10:48:43 +0000 (18:48 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 15 Aug 2011 10:48:43 +0000 (18:48 +0800)
ux/Iscroll.js

index 8079830..fc74eec 100644 (file)
@@ -57,7 +57,7 @@ Roo.ux.iScroll = function (el, options) {
 
                that.wrapper = typeof el == 'object' ? el : doc.getElementById(el);
                //that.wrapper.style.overflow = 'hidden';
-               that.scroller = that.wrapper.children[0];
+               that.scroller = that.wrapper; //.children[0];
 
                // Default options
                that.options = {