mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
JSHint fix :(
)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user