# HG changeset patch # User ymh # Date 1479836464 -3600 # Node ID 58df2c256e00d35f87bc4e8f61945fa72d8492e4 # Parent 65e357e5eecb02b7fec260cc581064e767d3982e remove uncesessary attribute diff -r 65e357e5eecb -r 58df2c256e00 cms/app-client/app/components/playlist-component.js --- a/cms/app-client/app/components/playlist-component.js Tue Nov 22 18:33:07 2016 +0100 +++ b/cms/app-client/app/components/playlist-component.js Tue Nov 22 18:41:04 2016 +0100 @@ -1,5 +1,4 @@ import Ember from 'ember'; -import ENV from '../config/environment'; import SocialShareKit from 'socialsharekit'; export default Ember.Component.extend({ @@ -11,8 +10,6 @@ isLoading: false, - rootURL: ENV.rootURL, - model: [], documents: Ember.computed('model', 'filter.location', 'filter.language', 'filter.discourse', 'filter.date', 'filter.theme', function() { return this.get('model');