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);