src/Palete/Javascript.vala
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:32:59 +0000 (18:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 10:32:59 +0000 (18:32 +0800)
src/Palete/Javascript.vala

index 050d7b5..40ac919 100644 (file)
@@ -181,7 +181,8 @@ namespace Palete {
                         //args[0] = new JSCore.Value.string(ctx,json_args) ;
                         
                         unowned JSCore.Value res = oval.call_as_function(ctx, othis, null, out exd);
-
+                       // extract the text value from res...
+                       
                        
                }