From 736288a85b727d4c1fe0c5b1e77275f444e3c61c Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 14 Aug 2017 14:02:57 +0200 Subject: [PATCH] lint compliance --- www/common/diffMarked.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/diffMarked.js b/www/common/diffMarked.js index a944dfe0e..bf446fe37 100644 --- a/www/common/diffMarked.js +++ b/www/common/diffMarked.js @@ -117,7 +117,7 @@ define([ /* remove listeners from the DOM */ var removeListeners = function (root) { - slice(root.attributes).map(function (attr, i) { + slice(root.attributes).map(function (attr) { if (/^on/i.test(attr.name)) { console.log('removing attribute', attr.name, root.attributes[attr.name]); root.attributes.removeNamedItem(attr.name);