diff options
author | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-05-08 16:34:07 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitzm@lovullo.com> | 2017-07-05 13:51:28 -0400 |
commit | ec4c73f749035d51b953716e3e20ab373500b56e (patch) | |
tree | b98a39a3d8210719a8baec74b180441fede8f851 | |
parent | f2821af5cb4178c4c16ee0638289d6345e6921b7 (diff) | |
download | tame-ec4c73f749035d51b953716e3e20ab373500b56e.tar.gz tame-ec4c73f749035d51b953716e3e20ab373500b56e.tar.bz2 tame-ec4c73f749035d51b953716e3e20ab373500b56e.zip |
Correct syntax error in linked output for known class map
* src/current/compiler/js.xsl (lv:paclage compiler:exit-rater):
Add missing semicolon
-rw-r--r-- | src/current/compiler/js.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/current/compiler/js.xsl b/src/current/compiler/js.xsl index f3bec1f..cefdf42 100644 --- a/src/current/compiler/js.xsl +++ b/src/current/compiler/js.xsl @@ -215,7 +215,7 @@ <value-of select="@name" /> <text>': true</text> </for-each> - <text>}</text> + <text>}; </text> <!-- common stuff --> <call-template name="compiler:static" /> |