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

index 9f2ca05..4a9081d 100644 (file)
@@ -273,7 +273,7 @@ public class JsRender.NodeToVala : Object {
                                
        }
        /**
-        * 
+        * create properties that are not 'part of the wrapped element.
         * 
         * 
         */
@@ -295,7 +295,7 @@ public class JsRender.NodeToVala : Object {
                        // Key = TYPE:name
                var iter = this.node.props.map_iterator();
                while (iter.next()) {
-                               var k = iter.get_key();
+                       var k = iter.get_key();
                        if (this.shouldIgnore(k)) {
                                continue;
                        }