genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

Removes unnecessary new operator #33

Closed iamolivinius closed 9 years ago

iamolivinius commented 9 years ago

This more or less just a cosmetic change because in the standard Promise API .resolve() is not a constructor.

frederikbosch commented 9 years ago

Thanks!