Skip to content

Commit

Permalink
Remove reference to L.Mixin.Evented (Turbo87#53)
Browse files Browse the repository at this point in the history
Adding compatibility for Leaflet 1.2.0
  • Loading branch information
csxphil authored and Turbo87 committed Sep 14, 2017
1 parent cd5f276 commit 8cf33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/L.Control.Sidebar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
L.Control.Sidebar = L.Control.extend({

includes: L.Mixin.Events,
includes: (L.Evented.prototype || L.Mixin.Events),

options: {
closeButton: true,
Expand Down

0 comments on commit 8cf33c8

Please sign in to comment.