Skip to content

Commit 008ad3a

Browse files
author
kaveh
committed
Fixes inclusion of L.Evented
1 parent 01c73a9 commit 008ad3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

L.Control.Basemaps-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

L.Control.Basemaps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
L.Control.Basemaps = L.Control.extend({
22
_map: null,
3-
includes: L.Evented,
3+
includes: L.Evented ? L.Evented.prototype: L.Mixin.Event,
44
options: {
55
position: 'bottomright',
66
tileX: 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "leaflet-basemaps",
3-
"version": "0.3.0",
3+
"version": "0.2.1",
44
"description": "Basemaps Control for Leaflet",
55
"homepage": "http://github.com/consbio/Leaflet.Basemaps",
66
"author": {

0 commit comments

Comments
 (0)