From: Alan Knowles Date: Thu, 25 Nov 2010 14:57:23 +0000 (+0800) Subject: templates/resources/page.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2a718316be312153445feaf73e83fa098a105e3e;hp=e4f87af71e26000dedf222f23397e0118245a9f9 templates/resources/page.js --- diff --git a/templates/resources/page.js b/templates/resources/page.js index 9977a4e..a7df378 100644 --- a/templates/resources/page.js +++ b/templates/resources/page.js @@ -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; + } + }) } }