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

now.ready is not a Function (Firefox 3.6.16 - Firefox for Ubuntu, canonical 1.0) #47

Closed simaob closed 13 years ago

simaob commented 13 years ago

Hi guys,

first of all congratulations for your work, this is really awesome! =)

We at my workplace are developing with a small chat and a map that can be edited and in Firefox 3.6.16 for Ubuntu I am getting an error that states:

now.ready is not a function.

The strange thing is that this is working in Google Chrome in the same machine and with the same server.

In Firefox 4 in Mac OSx it seems to be working alright.

Any idea of what might be wrong? Cheers!

dvv commented 13 years ago

how fresh is the code you use? npm? or current master?

simaob commented 13 years ago

We're using the code from npm.

dvv commented 13 years ago

Please, try current master. The issue has been fixed circa yesterday.

ericz commented 13 years ago

Any luck simaob? Definitely an issue regarding now.ready has been fixed in master

simaob commented 13 years ago

Hi guys,

thank you for your reply. We managed to get it working. =) I'm not sure if anyone updated the version of now or if fixed any issue on our code, but it is now working. I think it was probably the latter.

Anyway if you want to take a look at what we've done it's here:

http://labs.unep-wcmc.org/

Cheers!