FIX: Remove duplicate event typo

This commit is contained in:
Robin Ward 2017-09-04 15:39:44 -04:00
parent 532b698c2f
commit 51ffbf1c1f
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ const SiteHeaderComponent = MountWidget.extend(Docking, {
this.dispatch('notifications:changed', 'user-notifications'); this.dispatch('notifications:changed', 'user-notifications');
this.dispatch('header:keyboard-trigger', 'header'); this.dispatch('header:keyboard-trigger', 'header');
this.dispatch('header:keyboard-trigger', 'header');
this.dispatch('search-autocomplete:after-complete', 'search-term'); this.dispatch('search-autocomplete:after-complete', 'search-term');
this.appEvents.on('dom:clean', () => { this.appEvents.on('dom:clean', () => {