Replace L.Mixin.Events with L.Evented (#103)

This commit is contained in:
Norbert Renner 2018-02-05 17:40:53 +01:00
parent 2fe7defe1c
commit 20ddb88562
4 changed files with 4 additions and 8 deletions

View file

@ -151,7 +151,7 @@ BR.NogoAreas = L.Control.extend({
}
});
BR.NogoAreas.include(L.Mixin.Events);
BR.NogoAreas.include(L.Evented.prototype);
L.Editable.prototype.createVertexIcon = function (options) {