examples/view/domtemplate.html
[roojs1] / examples / view / domtemplate.html
index a03c41e..3cc7d0a 100644 (file)
@@ -35,9 +35,7 @@ Roo.onReady(function() {
             }
         ];
     Roo.each(data,  function(r) { tpl.append(Roo.get('body'), r); });
-      
-    );
-     
+       
 });