mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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...
This commit is contained in:
@@ -354,7 +354,7 @@ function Thing() {
|
||||
this.apiModules = [
|
||||
// api
|
||||
"Syntax",
|
||||
"Constructors", "Cat", "Structural", "Combinators",
|
||||
// "Constructors", "Cat", "Structural", "Combinators",
|
||||
// abstract
|
||||
// "Adjective",
|
||||
// "Adverb",
|
||||
|
||||
Reference in New Issue
Block a user