docs.js
[gnome.introspection-doc-generator] / docs.js
diff --git a/docs.js b/docs.js
index b56dba1..c8faf5c 100644 (file)
--- a/docs.js
+++ b/docs.js
@@ -169,7 +169,7 @@ langs.forEach(function(lang) {
         Gio.simple_write(html_file_path, html);
 
     }
-);
+});
 
 // set up index and resources.
 langs.forEach(function(lang) {
@@ -178,5 +178,6 @@ langs.forEach(function(lang) {
         Link : Link, // lang specifc?
     });
     Gio.simple_write(outputdir + '/' + lang.name +  '/index.html', ix_template.process(ns_idx));
-    File.silentRecursiveCopy(__script_path__ + '/templates/resources/', outputdir + '/'  lang.name , Gio.FileCopyFlags.OVERWRITE);
+    File.silentRecursiveCopy(__script_path__ + '/templates/resources/', 
+        outputdir + '/'  lang.name , Gio.FileCopyFlags.OVERWRITE);
 });
\ No newline at end of file