How would I go about doing that? Should I alert it, or wrap an eval
around it to see what it is? Everything works great in Firefox in
Safari - so I suspect its a limitation of HtmlUnit.
Matt
On Aug 11, 2005, at 6:45 AM, Marc Guillemot wrote:
Do you have a chance to see the value of "this.loop.bind(this)"?
Marc.
prototype.js is part of the Prototype JavaScript library - which
is becoming increasingly popular for developing Ajax-enabled
webapps.
http://prototype.conio.net/
As far as isolating the script, I found that I could get rid of
the exception below by commenting out line 114 of
effects.js:
114 this.timeout = setTimeout(this.loop.bind(this), 10);
effects.js is part of the script.aculo.us JavaScript library.
http://script.aculo.us/
I asked this same question on the script.aculo.us list, but
haven't had a response yet.
http://wrath.rubyonrails.org/pipermail/rails-spinoffs/2005-August/
000368.html
Matt