Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated pushRecord method on RecordArray #3152

Closed
bmac opened this issue Jun 2, 2015 · 2 comments
Closed

Remove deprecated pushRecord method on RecordArray #3152

bmac opened this issue Jun 2, 2015 · 2 comments

Comments

@bmac
Copy link
Member

bmac commented Jun 2, 2015

/**
Adds a record to the `RecordArray`, but allows duplicates
@deprecated
@method pushRecord
@private
@param {DS.Model} record
*/
pushRecord: function(record) {
Ember.deprecate('Usage of `recordArray.pushRecord` is deprecated, use `recordArray.addObject` instead');
this._pushRecord(record);
},

@sly7-7
Copy link
Contributor

sly7-7 commented Jun 2, 2015

On it

@sly7-7
Copy link
Contributor

sly7-7 commented Jun 3, 2015

Woops, was not autoclosed 😞

@sly7-7 sly7-7 closed this as completed Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants