mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Working on interface components.
This commit is contained in:
@@ -3,11 +3,10 @@ import Ember from 'ember';
|
||||
export default Ember.ArrayProxy.extend({
|
||||
|
||||
content: null,
|
||||
|
||||
namedViews: null,
|
||||
|
||||
init: function() {
|
||||
this.set('content', Ember.A());
|
||||
this.set('content', Ember.A()); // this is an important line.
|
||||
this.set('namedViews', Ember.Object.create());
|
||||
this._super();
|
||||
},
|
||||
|
Reference in New Issue
Block a user