src/Palete/Javascript.vala
[app.Builder.js] / src / Palete / Javascript.vala
index eba3e8c..137fcc1 100644 (file)
@@ -115,7 +115,7 @@ namespace Palete {
                 * then a method is called, with a string argument (json encoded)
                 * 
                 */
-               void executeFile(string fname, string method, string json)
+               public void executeFile(string fname, string method, string json)
                {
                        string file_data;
                        if (!FileUtils.test (fname, FileTest.EXISTS)) {