src/JsRender/NodeToVala.vala
authorAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 05:07:17 +0000 (13:07 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 19 May 2015 05:07:17 +0000 (13:07 +0800)
src/JsRender/NodeToVala.vala

index 2807ec3..67f00b2 100644 (file)
@@ -412,7 +412,7 @@ public class JsRender.NodeToVala : Object {
                        this.addLine( this.ipad + "_this = this;");
                        return;
                }
-               // for non top level = _this point to owner, and id is added to the owner object..
+               // for non top level = _this point to owner, and _this.ID is set
                
                this.addLine( this.ipad + "_this = _owner;");