templates/resources/page.js
[gnome.introspection-doc-generator] / templates / resources / page.js
index 9977a4e..a7df378 100644 (file)
@@ -135,8 +135,10 @@ RooDocsPage = {
         Array.prototype.slice.call(
             document.getElementsByClassName('expandable')
         ).forEach(function(e) { 
-            if (!e.className.match(/notInherited/)) { e.style.display= vis; }} 
-        )
+            if (!e.className.match(/notInherited/)) { 
+                e.style.display= vis; 
+            }
+        })
     }
 }