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

'Attr.nodeValue' is deprecated #167

Closed vdh closed 8 years ago

vdh commented 9 years ago

Chrome (Version 40.0.2214.111 m) gives a warning about nodeValue:

'Attr.nodeValue' is deprecated. Please use 'value' instead.

I wasn't able to build until I bumped karma up to version 0.12, and my current machine isn't setup up correctly to build the docs properly, so I only committed the source change.