circuithub / morpheus

Browser side Constructive Solid Geometry.
MIT License
13 stars 1 forks source link

Do not pollute global Array object #2

Closed rehno-lindeque closed 12 years ago

rehno-lindeque commented 12 years ago

Mecha is designed to be embedded into other apps, so it's not a good idea to pollute the global array object as we're doing in src/array.coffee at the moment...