Move RB.CollectionView into the common bundle, refactor remove a bit.
Review Request #7811 — Created Dec. 16, 2015 and submitted — Latest diff uploaded
This change moves the (very generic) RB.CollectionView into the common bundle,
where anyone, including extensions, can use it. This also refactors the remove
handler to use_.find
and_.without
, which is a bit more readable.
- Ran js-tests.
- Checked that this was available to extensions on all pages.