docs/resources/page.js
[gnome.introspection-doc-generator] / docs / resources / page.js
index cf6d9ff..7635894 100755 (executable)
@@ -130,7 +130,7 @@ RooDocsPage = {
     display : '',      
  
     toggle : function () {
-        display  = display == 'none' ? '': 'none';
+        this.display  = this.display == 'none' ? '': 'none';
         Array.prototype.slice.call(
            document.getElementsByTagName('tr')
         ).forEach(function(tr) {