From 354b7da1727aeced3e92bee61c603d936d35a15c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 26 Aug 2011 11:23:37 +0800 Subject: [PATCH] docs.js --- docs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } }); -- 2.39.2