From 6229e995b56e59393ee30996ad00958525ee3a08 Mon Sep 17 00:00:00 2001 From: Dave Cadwallader Date: Thu, 18 Jul 2013 10:59:11 -0600 Subject: [PATCH] Remove extra comma Extra comma was causing errors in IE --- messi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messi.js b/messi.js index 60a7285..6032a9d 100644 --- a/messi.js +++ b/messi.js @@ -201,7 +201,7 @@ Messi.prototype = { if (this.visible) this.hide(); jQuery(window).unbind('resize', function () { this.resize(); }); this.messi.remove(); - }, + } };