Skip to content

Commit

Permalink
bug fix in _getAllPromise
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Marcum committed Sep 26, 2014
1 parent 248613e commit e8fa979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/cache.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default Ember.Object.extend({
* @return {Object}
*/
_getAllPromise: function( type ){
return this.get( '_promise.'+type+'.all');
return this.get( '_promises.'+type+'.all');
},

/**
Expand Down

0 comments on commit e8fa979

Please sign in to comment.