Workaround LibreJS parser bug. origin/wip-librejs
authorDavid Thompson <dthompson2@worcester.edu>
Fri, 13 Mar 2015 15:46:26 +0000 (11:46 -0400)
committerDavid Thompson <dthompson2@worcester.edu>
Fri, 13 Mar 2015 15:46:26 +0000 (11:46 -0400)
commitc18cc340407fa8b7b73a613af04260e706e0c48a
tree5ac6e6cd507aa2eac2c12ebc5f0ec98f2e7dccfe
parent8f6a0b18d7d02a55ef13d5d8d8e36ba6fd9c8494
Workaround LibreJS parser bug.

LibreJS 6.0.8 chokes on the identifier 'module', for some reason.
Renaming to 'mod' makes things magically work again.
client/assets/libs/engine.io.js