meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.55k stars 404 forks source link

fix toImage bug and split tests based on browser requirement #179

Open rn2dy opened 9 years ago

rn2dy commented 9 years ago
  1. Change test command from /mocha --complier coffee:coffee-script to coffee:coffee-script/register
  2. Splitting tests into two sets one requires browser and one without (so stuff that requires dom api can be tested)
  3. Fix name conflicts caused by assignment Image = canvas.Image() vs new Image() in toImage() function