examples/view/domtemplate.html
authorAlan Knowles <alan@akbkhome.com>
Tue, 10 Apr 2012 11:07:06 +0000 (19:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 10 Apr 2012 11:07:06 +0000 (19:07 +0800)
examples/view/domtemplate.html

index 9548b9f..e998e68 100644 (file)
@@ -23,10 +23,11 @@ Roo.onReady(function() {
         parray : [ 
             {
                 ontable : 'mtrack_ticket',
-                pa : new Date() 
+                changedate : new Date() 
             },
             {
-                pa : new Date() 
+                ontable : 'mtrack_repos',
+                changedate : new Date() 
             }
         ]
     });