From: Alan Knowles Date: Fri, 26 Aug 2011 03:23:37 +0000 (+0800) Subject: docs.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=354b7da1727aeced3e92bee61c603d936d35a15c docs.js --- diff --git a/docs.js b/docs.js index fb2c213..587d35b 100644 --- a/docs.js +++ b/docs.js @@ -53,7 +53,7 @@ ns_list.forEach(function(ns_name) var core = imports.gi[ns_name]; ns_list_clean.push(ns_name); } catch( e) { - print(JSON.stringify(e); + print(JSON.stringify(e)); } });