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

index e8ccbe3..ff1ee92 100644 (file)
@@ -19,8 +19,8 @@ Roo.onReady(function() {
        html : html
     });
     Roo.log(tpl);
-    tpl.append(Roo.get('body'),
-        parray : 
+    tpl.append(Roo.get('body'),
+        [ 
             {
                 ontable : 'mtrack_ticket',
                 changedate : new Date() ,
@@ -33,7 +33,7 @@ Roo.onReady(function() {
                 changedate : new Date() 
             }
         ]
-    });
+    );
      
 });