Skip to content

Commit

Permalink
Merge pull request #124 from csxphil/master
Browse files Browse the repository at this point in the history
Remove reference to L.Mixin.Evented
  • Loading branch information
Turbo87 authored Sep 14, 2017
2 parents a250d03 + d0a34a2 commit 8d48a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/leaflet-sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @see L.control.sidebar
*/
L.Control.Sidebar = L.Control.extend(/** @lends L.Control.Sidebar.prototype */ {
includes: L.Mixin.Events,
includes: (L.Evented.prototype || L.Mixin.Events),

options: {
position: 'left'
Expand Down
2 changes: 1 addition & 1 deletion js/leaflet-sidebar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d48a69

Please sign in to comment.