Roo/XTemplate.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 9 Apr 2012 10:49:52 +0000 (18:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 9 Apr 2012 10:49:52 +0000 (18:49 +0800)
Roo/XTemplate.js

index 2f91987..172504f 100644 (file)
@@ -65,7 +65,12 @@ Roo.extend(Roo.XTemplate, Roo.Template, {
      */
     re : /\{([\w-\.]+)(?:\:([\w\.]*)(?:\((.*?)?\))?)?\}/g,
 
-    
+    /**
+     * compile the template
+     *
+     * This is not recursive, so I'm not sure how nested templates are really going to be handled..
+     *
+     */
     compile: function()
     {
         var s = this.html;