jussi-kalliokoski / audiolib.js

audiolib.js is a powerful audio tools library for javascript.
http://audiolibjs.org/
672 stars 58 forks source link

Trailing Comma Fix for Closure Compiler #54

Closed mcginty closed 12 years ago

mcginty commented 12 years ago

Removed meaningless trailing commas so Closure wouldn't complain when minifying! Those commas I removed aren't officially supported by JavaScript, so it may be a good idea for compatibility to keep the closure errors at bay!

jussi-kalliokoski commented 12 years ago

Oh, I thought only IE7- wouldn't accept it. Good to know that it's not official syntax, thanks for the patch!