Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 712 Bytes

MODULE_REPORT.md

File metadata and controls

42 lines (25 loc) · 712 Bytes

Module Report

Unknown Global

Global: Ember.MODEL_FACTORY_INJECTIONS

Location: app/app.js at line 15

});

Ember.MODEL_FACTORY_INJECTIONS = true;

loadInitializers(App, config.modulePrefix);

Unknown Global

Global: Ember.Logger.warn

Location: app/components/layer-group.js at line 16

import sources from '../sources';

const { warn } = Ember.Logger;

export default Component.extend(ParentMixin, ChildMixin, {

Unknown Global

Global: Ember.Logger

Location: app/components/layer-group.js at line 16

import sources from '../sources';

const { warn } = Ember.Logger;

export default Component.extend(ParentMixin, ChildMixin, {