Skip to content

Commit

Permalink
v0.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Oct 28, 2016
1 parent 5732c2b commit 67565af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "ember-model",
"version": "0.0.17",
"version": "0.0.18",
"main": "ember-model.js",
"dependencies": {
"ember": "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion ember-model.js
Expand Up @@ -336,7 +336,7 @@ Ember.ManyArray = Ember.RecordArray.extend({
// TODO: loop over dirty records only
return Ember.RSVP.all(this.map(function(record) {
return record.save();
}));
})).then(Ember.A);
},

replaceContent: function(index, removed, added) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,5 +32,5 @@
"grunt-contrib-watch": "~0.4.4",
"grunt-ember-s3": "~1.0.2"
},
"version": "0.0.17"
"version": "0.0.18"
}

0 comments on commit 67565af

Please sign in to comment.