X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=File.js;h=6f4d03c12bb63f6e968740c293e12635d71a3b50;hp=9cee924ac59f17f6c0f542eae396ac35c4e81f8d;hb=43b29bb4bbe76f64630ebfbdc6cc77aa61960058;hpb=005701ce1f719035b46a31e72a63907e38bcfc1c diff --git a/File.js b/File.js index 9cee924a..6f4d03c1 100644 --- a/File.js +++ b/File.js @@ -65,7 +65,7 @@ var File = { read : function (path) { var out = {}; GLib.file_get_contents(path, out, null, null); - print(JSON.stringify(out)); + return out['value']; },