You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
},
The text was updated successfully, but these errors were encountered:
I get an error:
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);
},
The text was updated successfully, but these errors were encountered: