chiark / gitweb /
Remove trailing commas at the ends of initialiser lists. IE 8 and 9
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2013 15:49:19 +0000 (15:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2013 15:49:19 +0000 (15:49 +0000)
commit841c9318f3bc8a368224af4931f2f007ff288b0a
treee464a527038e4dc1a18261e962189d29aa93f54a
parent3bc0e5cc2443983947cff915bc10b76a9f5ec83b
Remove trailing commas at the ends of initialiser lists. IE 8 and 9
didn't like them, which doesn't matter as such since they won't run
these JS puzzles anyway (no TypedArray support) but it hints that
other JS implementations might be picky about this too.

[originally from svn r9804]
emcclib.js
emccpre.js