From 8b5b13fbc4a3d8435ae88244a231e1a901cf2279 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 28 Feb 2013 19:32:10 -0800 Subject: [PATCH] Delete commented out code --- js/id/modes/select.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/js/id/modes/select.js b/js/id/modes/select.js index 393297f12..c6630a2e7 100644 --- a/js/id/modes/select.js +++ b/js/id/modes/select.js @@ -189,12 +189,6 @@ iD.modes.Select = function(context, selection, initial) { }; mode.exit = function() { - /* - if (singular()) { - changeTags(singular(), inspector.tags()); - } - */ - if (timeout) window.clearTimeout(timeout); context.container()