From: Alan Knowles Date: Wed, 31 Jul 2013 06:30:29 +0000 (+0800) Subject: File.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f60b404d7b7aba64449d1e0499d8c7df89ca009f File.js --- 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']; },