Skip to content

Commit

Permalink
Move the date import to where it is used intead of the root module
Browse files Browse the repository at this point in the history
  • Loading branch information
bmac committed Jan 15, 2016
1 parent 0991de4 commit 45afd7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions addon/-private/transforms/date.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import Ember from 'ember';
import "ember-data/-private/ext/date";

/**
The `DS.DateTransform` class is used to serialize and deserialize
Expand Down
1 change: 0 additions & 1 deletion addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if (Ember.VERSION.match(/^1\.13\./)) {
}

import DS from "ember-data/-private/core";
import "ember-data/-private/ext/date";

import normalizeModelName from "ember-data/-private/system/normalize-model-name";

Expand Down

0 comments on commit 45afd7e

Please sign in to comment.