Open

Description
I get an error:
grunt-google-closure-compiler: /../build/tmp/libs.js:19720: ERROR - Parse error. identifier is a reserved word
writeByte: function(byte) {
^
...
Line 163:
/** Serializes a number /
writeByte: function(byte) {
if ( byte <= Math.pow(2,31)-1 || byte >= Math.pow(2,31) ) {
throw new Error(byte + " is incorrect for byte.");
}
this.buffer.push(byte);
},
Metadata
Metadata
Assignees
Labels
No labels