Skip to content

Commit

Permalink
Fixed jshint issue
Browse files Browse the repository at this point in the history
content is already defined above
  • Loading branch information
Turbo87 committed Dec 28, 2013
1 parent fa93b52 commit bc7e14b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/L.Control.Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit bc7e14b

Please sign in to comment.