src/current/compiler/js.xsl: {._CMATCH_=>[_CMATCH_]}

This was confusing Closure Compiler.
master
Mike Gerwitz 2020-01-20 14:46:06 -05:00
parent 47d5dc238c
commit b51f7fa042
1 changed files with 1 additions and 1 deletions

View File

@ -1135,7 +1135,7 @@
<!-- set the magic _CMATCH_ var to represent a list of indexes that meet all
the classifications -->
<text>consts._CMATCH_ = </text>
<text>consts['_CMATCH_'] = </text>
<apply-templates select="." mode="compile-cmatch" />
<text>;</text>