Skip to content

Commit

Permalink
Remove binds to unneeded methods
Browse files Browse the repository at this point in the history
  • Loading branch information
simonseyock committed May 28, 2021
1 parent b9ebc8f commit c38b600
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/data/store/Features.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ Ext.define('GeoExt.data.store.Features', {

me.onOlCollectionAdd = me.onOlCollectionAdd.bind(me);
me.onOlCollectionRemove = me.onOlCollectionRemove.bind(me);
me.onFeaturesAdded = me.onFeaturesAdded.bind(me);
me.onFeaturesRemoved = me.onFeaturesRemoved.bind(me);

var cfg = config || {};

Expand Down

0 comments on commit c38b600

Please sign in to comment.