src/JsRender/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 06:22:42 +0000 (14:22 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 19 Jun 2015 06:22:42 +0000 (14:22 +0800)
src/JsRender/Gtk.vala

index 81d6a8f..13aaea9 100644 (file)
@@ -137,10 +137,10 @@ namespace JsRender {
                }
         public override void setSource(string str) {}
         
-        public override string toSource()
+        public override string toSource() // no seed support currently.
         {
         
-            
+            /*
             if (this.tree == null) {
                 return "";
             }
@@ -164,9 +164,9 @@ namespace JsRender {
             src += this.name + ".init();\n";
             // register it in the cache
             src += "XObject.cache['/" + this.name + "'] = " + this.name + ";\n";
-            
-            
             return src;
+            */
+            return "";
             
             
         }