We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a9fda7 commit d0fe1daCopy full SHA for d0fe1da
control/Permalink.js
@@ -1,5 +1,5 @@
1
L.Control.Permalink = L.Control.extend({
2
- includes: L.Mixin.Events,
+ includes: L.Evented ? L.Evented.prototype : L.Mixin.Events,
3
4
options: {
5
position: 'bottomleft',
0 commit comments