src/JsRender/Node.vala
authorAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 08:22:37 +0000 (16:22 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 30 May 2016 08:22:37 +0000 (16:22 +0800)
src/JsRender/Node.vala

index e805983..8ab7d9a 100644 (file)
@@ -141,7 +141,7 @@ public class JsRender.Node : Object {
        }
        
        public void setLine(int line, string type, string prop) {
-               if (this.line_map.has_key(line) {
+               if (this.line_map.has_key(line)) {
                        if  this.line_map.get(line) != ":e"  ) {
                                return;
                        }