mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -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 = [
|
this.apiModules = [
|
||||||
// api
|
// api
|
||||||
"Syntax",
|
"Syntax",
|
||||||
"Constructors", "Cat", "Structural", "Combinators",
|
// "Constructors", "Cat", "Structural", "Combinators",
|
||||||
// abstract
|
// abstract
|
||||||
// "Adjective",
|
// "Adjective",
|
||||||
// "Adverb",
|
// "Adverb",
|
||||||
|
|||||||
Reference in New Issue
Block a user