rleith / lylina2

Rewrite of my 'river-of-news' RSS reader lylina
2 stars 1 forks source link

Switch to new jQuery 1.7 methods #16

Closed rleith closed 12 years ago

rleith commented 12 years ago

In jQuery 1.7 it's recommended to use the new on/off methods rather than bind/unbind/live: http://blog.jquery.com/2011/11/03/jquery-1-7-released/

The old methods still exist and work so this isn't critical, but we should still probably switch to using the new API.

rleith commented 12 years ago

Implemented in 5fd2b8c50e89d0d4d5601e99a23253a05a356deb and pushed to stable