cafa46fea4e494c531d1d6e1c1f62a4a95e8927e
max
  Sun May 14 11:08:07 2017 -0700
...and another .as fix...

diff --git src/hg/lib/ggEventText.as src/hg/lib/ggEventText.as
index aef5c39..a91b0aa 100644
--- src/hg/lib/ggEventText.as
+++ src/hg/lib/ggEventText.as
@@ -1,16 +1,16 @@
-table ggLinkEventText
+table ggEventText
 " hgcGeneGraph details of text-mined interactions; a cause influences a theme. Both can be a gene, gegen complex or gene family. "
     (
     string eventId;       "ID of interaction description"
     string causeType;       "type of cause of interaction, values: complex, gene or family"
     string causeName;       "name of cause, as used in text"
     lstring causeGenes;       "HGNC gene symbols of cause, comma-separated list"
     string themeType;       "type of theme of interaction, values: complex, gene or family"
     string themeName;       "name of theme, as used in database"
     lstring themeGenes;       "gene symbols of theme, comma-separated list"
     string relType;       "type of relation between cause and theme"
     string relSubtype;       "subtype of relation, if provided"
     string docId;       "document docId, number is a PMID"
     string sentenceId;       "index of sentence in document"
     string triggerTokenId;       "index of trigger token in sentence"
     string themeTokenStart;       "index of token where theme starts in sentence"