From 2542d045658503cf68f6b953d39b46567d62905b Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Mon, 30 Jun 2014 07:35:59 +0000 Subject: [PATCH] RGL browser: remove duplicates in API tab For some reason I was scanning both Syntax and Constructors, Cat, Structural, Combinators even though the former imports all the latter... --- lib/doc/browse/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/doc/browse/script.js b/lib/doc/browse/script.js index 04d07520f..ff2aa1f29 100644 --- a/lib/doc/browse/script.js +++ b/lib/doc/browse/script.js @@ -354,7 +354,7 @@ function Thing() { this.apiModules = [ // api "Syntax", - "Constructors", "Cat", "Structural", "Combinators", + // "Constructors", "Cat", "Structural", "Combinators", // abstract // "Adjective", // "Adverb",