docs.js
[gnome.introspection-doc-generator] / docs.js
diff --git a/docs.js b/docs.js
index 85cfd83..6bebc5d 100644 (file)
--- a/docs.js
+++ b/docs.js
@@ -51,9 +51,6 @@ File.list(__script_path__ + '/templates/').forEach(function(f) {
         continue;
     }
     langs.push({
-        
-       
-    
          cls_template       : new Template(__script_path__ + '/templates/' + f + '/class.html'),
          cls_ix_template    : new Template(__script_path__ + '/templates/' + f + '/class_ix.html'),
          reference_template : new Template(__script_path__ + '/templates/' + f + '/references.html'),