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

index 17765e4..d1022eb 100644 (file)
@@ -27,9 +27,9 @@ Roo.PagingToolbar = function(el, ds, config)
         el = config.container;
     }
     var items = [];
-    if (this.items) {
+    if (config.items) {
         items = this.items;
-        this.items = [];
+        config.items = [];
     }
     
     Roo.PagingToolbar.superclass.constructor.call(this, el, null, config);