Skip to content

Commit

Permalink
Remove Ember.Logger from application module, Ember.Test from test
Browse files Browse the repository at this point in the history
  • Loading branch information
toddjordan committed Feb 1, 2018
1 parent 97c9ea0 commit 7a5189e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/ember-console/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
@module ember
*/
/**
Inside Ember-Metal, simply uses the methods from `imports.console`.
Override this to provide more robust logging functionality.
Expand Down
1 change: 1 addition & 0 deletions packages/ember-metal/lib/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { guidFor } from 'ember-utils';

/**
@module @ember/map
@private
*/

/*
Expand Down
4 changes: 3 additions & 1 deletion packages/ember-testing/lib/adapters/qunit.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { inspect } from 'ember-utils';
import Adapter from './adapter';

/**
@module ember
*/
/**
This class implements the methods defined by TestAdapter for the
QUnit testing framework.
Expand Down

0 comments on commit 7a5189e

Please sign in to comment.