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

[CLEANUP] Update and remove obsolete comments #4011

Merged
merged 1 commit into from
Dec 17, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions addon/-private/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import VERSION from 'ember-data/version';
@type String
@static
*/
/*jshint -W079 */
var DS = Ember.Namespace.create({
VERSION: VERSION
});
Expand All @@ -26,8 +25,4 @@ if (Ember.libraries) {
Ember.libraries.registerCoreLibrary('Ember Data', DS.VERSION);
}

// var EMBER_DATA_FEATURES = EMBER_DATA_FEATURES_PLACEHOLDER; //jshint ignore: line

// Ember.merge(Ember.FEATURES, EMBER_DATA_FEATURES);

export default DS;
2 changes: 2 additions & 0 deletions addon/-private/system/model/internal-model.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ InternalModel.prototype = {
This method is needed when data for the internal model is pushed and the
pushed data might acknowledge dirty attributes as confirmed.

@method updateChangedAttributes
@private
*/
updateChangedAttributes() {
Expand All @@ -324,6 +325,7 @@ InternalModel.prototype = {
Returns an object, whose keys are changed properties, and value is an
[oldProp, newProp] array.

@method changedAttributes
@private
*/
changedAttributes() {
Expand Down
Empty file removed addon/.gitkeep
Empty file.