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

Examples do NOT work in Chrome #150

Closed zanematthew closed 12 years ago

zanematthew commented 12 years ago

Trying the autocomplete example http://nowjs.com/examples and it does not work in Chrome, getting the error below:

Uncaught TypeError: Object # has no method 'getGuess'

steveWang commented 12 years ago

It should probably have now.getGuess($('#autocomplete').val()); wrapped inside a now.ready block.

ericz commented 12 years ago

Yep that appears to be the issue

zanematthew commented 12 years ago

Hey I was going to do a pull request and adjust it, but it appears that this is fixed, I'm going to close it.