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

index 40ac919..2bcca84 100644 (file)
@@ -182,7 +182,7 @@ namespace Palete {
                         
                         unowned JSCore.Value res = oval.call_as_function(ctx, othis, null, out exd);
                        // extract the text value from res...
-                       
+                       var sv = rs.to_string_copy ( ctx, out exe);
                        
                }