Skip to content

Commit

Permalink
Merge pull request #4011 from pangratz/smallest-changes
Browse files Browse the repository at this point in the history
[CLEANUP] Update and remove obsolete comments
  • Loading branch information
bmac committed Dec 17, 2015
2 parents e8495e5 + baedc73 commit 4b025ce
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
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.

0 comments on commit 4b025ce

Please sign in to comment.