mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 22:30:08 -04:00
7 lines
154 B
JavaScript
7 lines
154 B
JavaScript
export default Em.View.extend({
|
|
classNameBindings: [':container'],
|
|
|
|
render: function(buffer) {
|
|
buffer.push(this.get('controller.model'));
|
|
}
|
|
});
|