Replace L.Mixin.Events with L.Evented (#103)
This commit is contained in:
parent
2fe7defe1c
commit
20ddb88562
4 changed files with 4 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
BR.Profile = L.Class.extend({
|
||||
BR.Profile = L.Evented.extend({
|
||||
cache: {},
|
||||
|
||||
initialize: function () {
|
||||
|
|
@ -73,5 +73,3 @@ BR.Profile = L.Class.extend({
|
|||
});
|
||||
}
|
||||
});
|
||||
|
||||
BR.Profile.include(L.Mixin.Events);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue