examples/view/domtemplate.html
[roojs1] / examples / view / domtemplate.html
index f77a757..629a05e 100644 (file)
@@ -39,7 +39,8 @@ Roo.onReady(function() {
     Roo.get('template-show').update(Roo.util.Format.htmlDecode(html)); 
     Roo.get('javascript-show').update(Roo.util.Format.htmlDecode(
         Roo.get('javascript-code').dom.innerHTML
-    )); 
+    ));
+    
     
 });