From 94ec8161d0215203ed3fcd3e0892813abd4f37c3 Mon Sep 17 00:00:00 2001 From: Devin Rhode Date: Fri, 28 Dec 2012 01:17:17 -0600 Subject: [PATCH] remove noop function name, they are always buggy in IE --- js/plugins.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins.js b/js/plugins.js index 90ec0bedcb..728680b08d 100644 --- a/js/plugins.js +++ b/js/plugins.js @@ -1,7 +1,7 @@ // Avoid `console` errors in browsers that lack a console. (function() { var method; - var noop = function noop() {}; + var noop = function () {}; var methods = [ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log',