summaryrefslogtreecommitdiff
path: root/js/Linear
diff options
context:
space:
mode:
authorSunil Shetye2018-06-14 21:44:17 +0530
committerSunil Shetye2018-06-14 21:44:17 +0530
commit6024f0aad968b84b203500278fe8876ff3ac4e35 (patch)
tree32d2475bccd6e1f625abd11295d87202f23979a0 /js/Linear
parent848f1192960bbfd518e4214360e234880afcf437 (diff)
downloadsci2js-6024f0aad968b84b203500278fe8876ff3ac4e35.tar.gz
sci2js-6024f0aad968b84b203500278fe8876ff3ac4e35.tar.bz2
sci2js-6024f0aad968b84b203500278fe8876ff3ac4e35.zip
handle part() call
Diffstat (limited to 'js/Linear')
-rw-r--r--js/Linear/SOM_f.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Linear/SOM_f.js b/js/Linear/SOM_f.js
index 98787095..2698e173 100644
--- a/js/Linear/SOM_f.js
+++ b/js/Linear/SOM_f.js
@@ -177,7 +177,7 @@ LexToken(OPENSQBRACKET,'[',1,1660)
LexToken(VAR,'str',1,1661)
LexToken(SEMICOLON,';',1,1665)
LexToken(OPENBRACKET,'(',1,1667)
-LexToken(VAR,'part',1,1668)
+LexToken(PART,'part',1,1668)
LexToken(OPENBRACKET,'(',1,1672)
LexToken(VAR,'labs',1,1673)
LexToken(OPENBRACKET,'(',1,1677)