src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:51:41 +0000 (12:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 04:51:41 +0000 (12:51 +0800)
src/JsRender/NodeToVala.vala

index a0fcf6e..45c151d 100644 (file)
@@ -242,6 +242,7 @@ public class JsRender.NodeToVala : Object {
                        
        /**
         * when ID is used... on an element, it registeres a property on the top level...
+        * so that _this.ID always works..
         * 
         */
        void addTopProperties()
@@ -271,8 +272,14 @@ public class JsRender.NodeToVala : Object {
                }
                                
        }
-        
-               void addMyVars()
+       /**
+        * 
+        * 
+        * 
+        */
+       
+       
+       void addMyVars()
        {
                this.ret += "\n" + this.ipad + "// my vars (def)\n";