marcosesperon / Messi

A simple message plugin for jQuery
http://marcosesperon.es/apps/messi/
146 stars 139 forks source link

It's wired at line 200 in messi.js #18

Closed brunsky closed 11 years ago

brunsky commented 11 years ago

I found there is little problem at line 200 jQuery(window).unbind('resize', function () { this.resize(); }());

I think it should be correct like below: jQuery(window).unbind('resize', function () { this.resize(); });

For the original code, I got an error (window object didn't have 'resize')

Please confirm.

Many thanks!

lpccoder commented 11 years ago

Error confirmed, I got the same problem. Please confirm the solution.

grab76 commented 11 years ago

I ve got the same problem, do you have a solution ?

marcosesperon commented 11 years ago

Changed, thank brunsky ;)