fix line numbering issues with vala generator - hopefully fixes completion in node...
[roobuilder] / src / JsRender / NodeProp.vala
index 1cf7d32..9350212 100644 (file)
@@ -215,7 +215,6 @@ public class JsRender.NodeProp : Object {
                this.rtype = rtype;
                this.val = val;
                this.childstore = new GLib.ListStore( typeof(NodeProp));
-                
        }