Skip to content

L.Mixin.Events: this property will be removed in future releases #42

Open
@coderSang

Description

@coderSang

L.Mixin.Events will be removed in future releases
we may need a judgement in includes,
let events = null
//If Version is >= 1.2.0
if (parseInt(version[0], 10) === 1 && parseInt(version[1], 10) >= 2) {
events = L.Evented.prototype;
} else {
events = L.Mixin.Events;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions