Pman.Tab.AdminTranslations.bjs
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 02:59:21 +0000 (10:59 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Sep 2011 02:59:21 +0000 (10:59 +0800)
Pman.Tab.AdminTranslations.bjs

index 1b1f2c3..a74c6fa 100644 (file)
                                                         {
                                                             "*prop": "store",
                                                             "xtype": "SimpleStore",
-                                                            "|data": "(function() {             \n        var modlist = [];             \n        AppModules = typeof(AppModules) == 'undefined' ? [] : AppModules;\n        Roo.each( AppModules.split(','), function(mod) {            \n                 modlist.push( [ mod ] );            \n      });             \n      return modlist;\n   })()",
+                                                            "|data": "(function() {             \n        var modlist = [];             \n        AppModules = typeof(AppModules) == 'undefined' ? '' : AppModules;\n        Roo.each( AppModules.split(','), function(mod) {            \n                 modlist.push( [ mod ] );            \n      });             \n      return modlist;\n   })()",
                                                             "|fields": "['module']",
                                                             "|xns": "Roo.data"
                                                         }