ebryn / ember-model

A lightweight model library for Ember.js
MIT License
524 stars 159 forks source link

Model.fetchAll returns existing promise if there is one outstanding. #387

Closed jnovatnack closed 10 years ago

jnovatnack commented 10 years ago

Fixes issue #386

ebryn commented 10 years ago

Thanks @jnovatnack. Looks like the Travis build is failing due to a JSHint missing semicolon error. Can you fix?