Wrapping localStorage and other POJOs with Ember.Object
While working in Ember.Object land, you benefit from all the binding and computed property magic EmberJS has to offer. But what to do when you have to step outside its doors? It's actually fairly easy to wrap any JavaScript object using Ember.Object. You just have to make sure…