Pman.Dialog.CoreNotifyRecur.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:58:05 +0000 (13:58 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 14 Nov 2012 05:58:05 +0000 (13:58 +0800)
Pman.Dialog.CoreNotifyRecur.js

Pman.Dialog.CoreNotifyRecur.bjs
Pman.Dialog.CoreNotifyRecur.js

index 468098e..4f8dce8 100644 (file)
                                     "header": "From",
                                     "width": 75,
                                     "xtype": "ColumnModel",
-                                    "|renderer": "function(v,x,r) {\n     return String.format('{0}', r.data.method_id_display_name); \n }",
+                                    "|renderer": "function(v,x,r) {\n     return String.format('{0}', r.data.method_id_display_name); \n}",
                                     "|xns": "Roo.grid",
                                     "items": [
                                         {
index a526efb..c074271 100644 (file)
@@ -283,7 +283,7 @@ Pman.Dialog.CoreNotifyRecur = {
                                 width : 75,
                                 renderer : function(v,x,r) {
                                      return String.format('{0}', r.data.method_id_display_name); 
-                                 },
+                                },
                                 editor : {
                                     xtype: 'GridEditor',
                                     xns: Roo.grid,