JSHint fix :(
)
This commit is contained in:
parent
b46b533e70
commit
eab38b5c34
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ Discourse.ComposerController = Discourse.Controller.extend({
|
||||||
|
|
||||||
// TODO: We should refactor how composer is inserted. It should probably use a
|
// TODO: We should refactor how composer is inserted. It should probably use a
|
||||||
// {{render}} and then the controller and view will be wired up automatically.
|
// {{render}} and then the controller and view will be wired up automatically.
|
||||||
appView = Discourse.__container__.lookup('view:application');
|
var appView = Discourse.__container__.lookup('view:application');
|
||||||
view = appView.createChildView(Discourse.ComposerView, {controller: this});
|
view = appView.createChildView(Discourse.ComposerView, {controller: this});
|
||||||
view.appendTo($('#main'));
|
view.appendTo($('#main'));
|
||||||
this.set('view', view);
|
this.set('view', view);
|
||||||
|
|
Reference in a new issue