"use asmjs" -> "use asm" fix
This commit is contained in:
parent
9bb898f87b
commit
7f93a474c9
|
|
@ -1082,7 +1082,7 @@ Cola.Parser.prototype.statement = Cola.Parser.embed_tokens(function() {
|
|||
end : this.prev()
|
||||
}));
|
||||
} else
|
||||
if (this.S.token.value != "asmjs" && this.S.token.value != "strict") this.unexpected();
|
||||
if (this.S.token.value != "asm" && this.S.token.value != "strict") this.unexpected();
|
||||
} else this.unexpected();
|
||||
|
||||
return args;
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"description": "ColaScript translator / parser / mangler / compressor / beautifier toolkit",
|
||||
"homepage": "https://github.com/TrigenSoftware/ColaScript",
|
||||
"main": "tools/node.js",
|
||||
"version": "0.5.6",
|
||||
"version": "0.5.7",
|
||||
"engines": { "node" : ">=0.4.0" },
|
||||
"maintainers": [{
|
||||
"name": "Dan Onoshko (dangreen)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user