Hi!
Yahoo compressor noticed me that "double" is reserved keyword, js still works, but it's not cool.
An example:
Scanner.prototype.scanFlowScalar = function scanFlowScalar(style) {
var double, chunks, length, code, startMark, quote, endMark;
...
and in other parts of the code.
Hi!
Yahoo compressor noticed me that "double" is reserved keyword, js still works, but it's not cool.
An example:
Scanner.prototype.scanFlowScalar = function scanFlowScalar(style) { var double, chunks, length, code, startMark, quote, endMark; ...and in other parts of the code.