Global: Ember.generateGuid
Location: addon/test-helper.js
at line 5
function FakeFile(attrs) {
this.id = Ember.generateGuid();
attrs.plupload.total.size += attrs.size;
Ember.merge(this, attrs);
Global: Ember.MODEL_FACTORY_INJECTIONS
Location: tests/dummy/app/app.js
at line 8
let App;
Ember.MODEL_FACTORY_INJECTIONS = true;
App = Ember.Application.extend({
Global: Ember.View
Location: tests/dummy/app/views/index.js
at line 3
import Ember from 'ember';
export default Ember.View.extend({
elementId: 'index'
});
Global: Ember.generateGuid
Location: addon/test-helper.js
at line 9
function FakeFile(attrs) {
this.id = Ember.generateGuid();
attrs.plupload.total.size += attrs.size;
merge(this, attrs);
Global: Ember.MODEL_FACTORY_INJECTIONS
Location: tests/dummy/app/app.js
at line 9
let App;
Ember.MODEL_FACTORY_INJECTIONS = true;
App = Application.extend({