marcosesperon / Messi

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

Autoclose issue in IE #11

Open wishper opened 12 years ago

wishper commented 12 years ago

I have an Issue in IE (found in IE9) If autoclose is used, IE complains about undefined variable

wishper commented 12 years ago

I've corrected the issue. I'm going to push it, but since I'm totally new to GIT, in case I do some mistake, the correction is the following:

change line 102 from setTimeout(function(_this) { to setTimeout(function() {

wishper commented 12 years ago

Fixed the autoclose issue, found another similar: in unload, row jQuery(window).unbind('resize', function () { this.resize(); }()); "this" has not the method resize I'm not sure why you unbind a new function, I think you should unbind the function that had been bound at row 98