Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 511 Bytes

MODULE_REPORT.md

File metadata and controls

28 lines (17 loc) · 511 Bytes

Module Report

Unknown Global

Global: Ember.K

Location: tests\helpers\flash-message.js at line 4

import FlashObject from 'ember-cli-flash/flash/object';

const { K } = Ember;

FlashObject.reopen({ init: K });

Unknown Global

Global: Ember.MODEL_FACTORY_INJECTIONS

Location: app\app.js at line 11

// Engine name must be camelcased while the repo name and the route must be dasherized

Ember.MODEL_FACTORY_INJECTIONS = true;

App = Application.extend({