frmatthew / exsurge

A JavaScript library for rendering Gregorian Chant in square note notation
MIT License
54 stars 13 forks source link

Allow mangling #75

Closed bbloomf closed 8 years ago

bbloomf commented 8 years ago

Mangling will work again, by not depending on the use of the "name" property of functions. In Exsurge.Drawing.js:1420 the class will still not be correct if the javascript has been mangled.

frmatthew commented 8 years ago

Looks good to me...the SVG class property should probably be replaced by a different mechanism to identify neumes eventually, since the mangled name is pretty much useless as a property.