Skip to content

Instantly share code, notes, and snippets.

View jasonporritt's full-sized avatar

Jason Porritt jasonporritt

View GitHub Profile
/**
* `Ember.MergedArray` is an array that observes multiple other arrays (called source arrays) for changes and includes
* all items from all source arrays in an efficient way.
*
* Usage:
*
* ```javascript
* var obj = Ember.Object.create({
* people: [
* {