From d6ab155bdf5ff7b3ac6b1c5c7e1ec15a1bda34a5 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... --- doc/browse/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/browse/script.js b/doc/browse/script.js index 04d07520f..ff2aa1f29 100644 --- a/doc/browse/script.js +++ b/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",