Re: [Proto-Scripty] Getting an error with effect.js in Chrome "Illegal Constructor"

2015-01-10 Thread mike
Seems in you code, error, what is `child`? You might post code with error in jsfiddle? 07.01.2015 у 02:53 Evan Carroll напісаў: This is triggering an error in Chrome 39 new Element('span', {style: tagifyStyle}).update( character == ' ' ? String.fromCharCode(160) : cha

[Proto-Scripty] Getting an error with effect.js in Chrome "Illegal Constructor"

2015-01-10 Thread Evan Carroll
This is triggering an error in Chrome 39 new Element('span', {style: tagifyStyle}).update( character == ' ' ? String.fromCharCode(160) : character), child); > Uncaught TypeError: Illegal constructor -- You received this message because you are subscribed