Roo/PagingToolbar.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:18:44 +0000 (15:18 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:18:44 +0000 (15:18 +0800)
Roo/PagingToolbar.js

index 55b8cc3..17765e4 100644 (file)
@@ -37,6 +37,8 @@ Roo.PagingToolbar = function(el, ds, config)
     this.cursor = 0;
     this.renderButtons(this.el);
     this.bind(ds);
+    
+    // supprot items array.
     var _this = this;
     Roo.each(items, function(e) {
         _this.add(Roo.factory(e));