docs.js
[gnome.introspection-doc-generator] / docs.js
diff --git a/docs.js b/docs.js
index 64f5161..61ecdec 100644 (file)
--- a/docs.js
+++ b/docs.js
@@ -12,7 +12,7 @@ Template    = imports.JsTemplate.Template.Template;
 
 // Introspecion specific..
 NameSpace   = imports.Introspect.NameSpace.NameSpace; 
-Link =      = imports.Introspect.Link.Link; 
+Link        = imports.Introspect.Link.Link; 
 
 
 
@@ -61,11 +61,11 @@ File.list(__script_path__ + '/templates/').forEach(function(f) {
         }),
         cls_ix_template    : new Template( {
             templateFile : __script_path__ + '/templates/' + f + '/class_ix.html',
-            Link : Link// links might be specific to languages..
+            Link : Link // links might be specific to languages..
         }),
-        reference_template : new Template(
+        reference_template : new Template({
             templateFile : __script_path__ + '/templates/' + f + '/references.html',
-            Link : Link// links might be specific to languages..
+            Link : Link // links might be specific to languages..
         }),
     });
 });
@@ -169,7 +169,7 @@ langs.forEach(function(lang) {
         Gio.simple_write(html_file_path, html);
 
     }
-);
+});
 
 // set up index and resources.
 langs.forEach(function(lang) {