mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
JSHint fix :(
)
This commit is contained in:
parent
b46b533e70
commit
eab38b5c34
@ -220,7 +220,7 @@ Discourse.ComposerController = Discourse.Controller.extend({
|
||||
|
||||
// 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.
|
||||
appView = Discourse.__container__.lookup('view:application');
|
||||
var appView = Discourse.__container__.lookup('view:application');
|
||||
view = appView.createChildView(Discourse.ComposerView, {controller: this});
|
||||
view.appendTo($('#main'));
|
||||
this.set('view', view);
|
||||
|
Loading…
Reference in New Issue
Block a user