Skip to content

Commit

Permalink
Merge pull request #11910 from emberjs/rwjblue-patch-1
Browse files Browse the repository at this point in the history
[BUGFIX release] Ensure `Ember.CollectionView.CONTAINER_MAP` is present.
  • Loading branch information
rwjblue committed Jul 28, 2015
2 parents 02a8f86 + ed5a3c4 commit df9fba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ember-views/lib/views/collection_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ DeprecatedCollectionView.reopen = function() {
return this;
};

DeprecatedCollectionView.CONTAINER_MAP = CONTAINER_MAP;

export default CollectionView;

export { DeprecatedCollectionView };

0 comments on commit df9fba3

Please sign in to comment.