Closed jvhellemond closed 10 years ago
Google Closure Compiler complains about trailing commas in object literals, because IE8 and lower (I know, meh) doesn't parse there correctly. I removed these commas here to make it easier to compress slip.js using Closure Compiler.
Sorry, I don't support ES3.
Please add --language_in ECMASCRIPT5 to Closure Compiler args instead.
--language_in ECMASCRIPT5
Google Closure Compiler complains about trailing commas in object literals, because IE8 and lower (I know, meh) doesn't parse there correctly. I removed these commas here to make it easier to compress slip.js using Closure Compiler.