Add semicolon

This commit is contained in:
James Kiesel 2017-03-24 09:48:51 +13:00
parent d073f582eb
commit 569785c555
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export default createWidget('header', {
panels.push(this.attach('user-menu'));
}
this.additionalPanels(attrs, state).map(function(panel) { panels.push(panel) })
this.additionalPanels(attrs, state).map(function(panel) { panels.push(panel) });
const contents = [ this.attach('home-logo', { minimized: !!attrs.topic }),
h('div.panel.clearfix', panels) ];