From bc7e14b49cd4ef8872b8f5e51f52f1ae1f854210 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Sat, 28 Dec 2013 16:05:58 +0100 Subject: [PATCH] Fixed jshint issue content is already defined above --- src/L.Control.Sidebar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/L.Control.Sidebar.js b/src/L.Control.Sidebar.js index 6717c9c..a794e55 100644 --- a/src/L.Control.Sidebar.js +++ b/src/L.Control.Sidebar.js @@ -23,7 +23,6 @@ L.Control.Sidebar = L.Control.extend({ L.DomUtil.create('div', l + 'sidebar ' + this.options.position); // Style and attach content container - var content = this._contentContainer; L.DomUtil.addClass(content, l + 'control'); container.appendChild(content);