mockko / livereload

LiveReload applies CSS/JS changes to Safari or Chrome w/o reloading the page (and autoreloads the page when HTML changes)
http://livereload.com/
1.18k stars 56 forks source link

Opera not working with xbrowser (despite renabling web sockets) #62

Closed agileapricot closed 13 years ago

agileapricot commented 13 years ago

I renabled web sockets support in opera using this http://techdows.com/2010/12/enable-websockets-in-opera-11.html. However now I get this error...

LiveReload Failed to establish connection 'this._onopen.bind' is not a function

NV commented 13 years ago

Opera does not support Function.prototype.bind. I'll rewrite LiveReload to not use it. Thanks for the report!

NV commented 13 years ago

Fixed in fd556272b5e72708c258d24d039f196e0ccd2f40.

agileapricot commented 13 years ago

Awesome! Thanks.