if(this.store){ // we're executing a query this.fetch(); }else{ // we came from an array of objects. Easier! this.onDataAvailable(this.data||this.dataValues); }