Remove more views and deprecations.

This commit is contained in:
Robin Ward
2016-04-28 16:13:34 -04:00
parent 04ec679d82
commit 187d7d6f96
19 changed files with 216 additions and 285 deletions

View File

@ -49,7 +49,7 @@ class PluginApi {
if (!opts.onlyStream) {
decorate(ComposerEditor, 'previewRefreshed', callback);
decorate(this.container.lookupFactory('view:user-stream'), 'didInsertElement', callback);
decorate(this.container.lookupFactory('component:user-stream'), 'didInsertElement', callback);
}
}