src/Palete/Javascript.vala
authorAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 11:12:53 +0000 (19:12 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Mar 2015 11:12:53 +0000 (19:12 +0800)
src/Palete/Javascript.vala

index da57468..9fc1861 100644 (file)
@@ -162,7 +162,8 @@ namespace Palete {
                                throw new JavascriptError.MISSING_METHOD ("Plugin: not a method  %s", call_method);
                        }
                         
-                    
+                    // this will never work, as we can not create arrays of Values - due to no 
+                    // free function being available..
                         var args =  new JSCore.Value[1] ;
                         args[0] = new JSCore.Value.string(ctx,json_args) ;