Global: Ember.inject
Location: app/controllers/file.js
at line 4
import GalleryPlugin from '../mixins/directory/gallery';
const { get, computed, inject } = Ember;
export default Ember.Controller.extend(GalleryPlugin, {
Global: Ember.inject
Location: app/controllers/publishing.js
at line 3
import Ember from 'ember';
const { get, computed, inject } = Ember;
export default Ember.Controller.extend({
Global: Ember.inject
Location: app/routes/file.js
at line 8
import { task } from 'ember-concurrency';
const { get, inject } = Ember;
const socketUrl = ((document.location.protocol === 'https:') ? 'wss://' : 'ws://') + document.location.host;
Global: Ember.inject
Location: app/routes/publishing.js
at line 4
import fetch from 'ember-network/fetch';
const { get, inject } = Ember;
export default Ember.Route.extend({