getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

Update session.js #68

Closed taras closed 10 years ago

taras commented 11 years ago

// Update shadows with current models and add shadow to originals.

Corrected misleading comment that suggested that shadows were being updated and added to originals. In reality, the shadows are copied into originals and removed.