cms/app-client/app/components/discourses-component.js
changeset 198 541e26eb356f
parent 197 7b266ccf6d3d
child 206 e038d5782d06
--- a/cms/app-client/app/components/discourses-component.js	Wed Jun 22 22:13:46 2016 +0200
+++ b/cms/app-client/app/components/discourses-component.js	Thu Jun 23 10:41:57 2016 +0200
@@ -9,10 +9,6 @@
     constants: Ember.inject.service(),
     filter: Ember.inject.service(),
 
-    init: function() {
-        this._super(...arguments);
-    },
-
     didRender: function() {
         var self = this;
         var baseURL = env.baseURL.replace(/\/$/,"")+'/api/v1';