JSHint fix :(

)
This commit is contained in:
Robin Ward 2013-06-07 18:08:08 -04:00
parent b46b533e70
commit eab38b5c34

View File

@ -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);