Flotype / now

NowJS makes it easy to build real-time web apps using JavaScript
http://www.nowjs.com
MIT License
1.91k stars 175 forks source link

IE8 sometimes generates errors in remoteCall #108

Closed AD7six closed 13 years ago

AD7six commented 13 years ago

As shown in this screenshot:

IE8 error in remoteCall

the variable theFunction sometimes is not a function (in this case false) and therefore triggers a js error.

ericz commented 13 years ago

Thanks for the report. Looking into it..

ericz commented 13 years ago

This should be fixed in the latest 0.7

If you're still having issues with this let me know AD7six