From 88b2253509f3f1be677f99fb8ab4a54f1e965125 Mon Sep 17 00:00:00 2001 From: Chakib Benziane Date: Wed, 28 Mar 2012 19:07:23 +0200 Subject: [PATCH] IE doesn't like extra comma on object literals --- bootstrap-magic-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-magic-button.js b/bootstrap-magic-button.js index caf5448..560443d 100644 --- a/bootstrap-magic-button.js +++ b/bootstrap-magic-button.js @@ -151,7 +151,7 @@ this.$element.css({ top: this.$top, left: this.$left, - 'background-image': this.$imgUrl, + 'background-image': this.$imgUrl }).show() }