From 539b18f501afd2c416f185ac80720a073e04dd7f Mon Sep 17 00:00:00 2001 From: "W. van Kuipers" Date: Tue, 21 May 2013 09:21:21 +0200 Subject: [PATCH] removed tailing `,` to prevent JS errors in IE --- src/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util.js b/src/Util.js index 54135c0f..e7489e6b 100644 --- a/src/Util.js +++ b/src/Util.js @@ -665,6 +665,6 @@ for (key in methods) { constructor.prototype[key] = methods[key]; } - }, + } }; })();