Pman.js
authorAlan Knowles <alan@roojs.com>
Thu, 27 Nov 2014 04:57:29 +0000 (12:57 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 27 Nov 2014 04:57:29 +0000 (12:57 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index cc0dc0f..c42f108 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -579,7 +579,7 @@ Pman = new Roo.Document(
                             // new xtype built grids
                             tab.grid.footer.onClick('refresh');   
                         } else if (tab.refresh) {
-                            tab.refresh();
+                            tab.refresh(); // this might cause problems as panels have a refresh method?
                         } else {
                             tab.grid.getDataSource().load();
                         }