Pman.Tab.AdminLogEvents.bjs
authorEdward <edward@roojs.com>
Thu, 18 Dec 2014 04:21:42 +0000 (12:21 +0800)
committerEdward <edward@roojs.com>
Thu, 18 Dec 2014 04:21:42 +0000 (12:21 +0800)
Pman.Tab.AdminLogEvents.js

Pman.Tab.AdminLogEvents.bjs
Pman.Tab.AdminLogEvents.js

index ba06343..da92e71 100644 (file)
                                                         {
                                                             "| data" : "(function() { \n\n    if(typeof(uiConfig.events_person_table) == 'undefined' || !uiConfig.events_person_table.length){\n\n        return [];        \n    }\n\n    return uiConfig.events_person_table;\n    \n})()",
                                                             "xtype" : "SimpleStore",
-                                                            "$ fields" : "[ \"value\" ]",
+                                                            "$ fields" : "[ 'value' ]",
                                                             "$ xns" : "Roo.data",
                                                             "* prop" : "store",
                                                             "isLocal" : true
index 303fa55..ea86124 100644 (file)
@@ -346,7 +346,7 @@ Pman.Tab.AdminLogEvents = new Roo.XComponent({
                                                 
                                             })(),
                                             xtype : 'SimpleStore',
-                                            fields : [ "value" ],
+                                            fields : [ 'value' ],
                                             xns : Roo.data,
                                             isLocal : true
                                         },