From cb17d6bd556ca5cf879a9ff7a64785bcab57d703 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 22 May 2014 11:24:20 +0100 Subject: Remove old comment --- leaflet-indoor.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/leaflet-indoor.js b/leaflet-indoor.js index 4daa40c..f31ecb2 100644 --- a/leaflet-indoor.js +++ b/leaflet-indoor.js @@ -214,9 +214,6 @@ L.Control.Level = L.Control.extend({ return div; }, _levelChange: function(e) { - // Probably won't work in some browsers, see - // https://developer.mozilla.org/en-US/docs/Web/API/element.classList - if (this._map !== null) { if (typeof e.oldLevel !== "undefined") this._buttons[e.oldLevel].style.backgroundColor = "#FFFFFF"; -- cgit v1.2.3