Skip to content

Instantly share code, notes, and snippets.

@jbest84
Created March 13, 2012 20:37
Show Gist options
  • Save jbest84/2031401 to your computer and use it in GitHub Desktop.
Save jbest84/2031401 to your computer and use it in GitHub Desktop.
_setStore: function(store){
if(this.store && this._store_connects){
array.forEach(this._store_connects, this.disconnect, this);
}
this.store = store;
if(this.store){
var f = this.store.getFeatures();
...
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment