switchPanelMode: fix typo

This commit is contained in:
Andrew Dolgov 2013-02-07 00:12:22 +04:00
parent 533bd7b73f
commit 8853f0ed5b
1 changed files with 1 additions and 1 deletions

View File

@ -926,7 +926,7 @@ function switchPanelMode(wide) {
dijit.byId("content-insert").domNode.setStyle({width: 'auto', dijit.byId("content-insert").domNode.setStyle({width: 'auto',
height: '50%', height: '50%',
borderLeftWidth: '0px', borderLeftWidth: '0px',
borderTopWidthidth: '1px'}); borderTopWidth: '1px'});
$("headlines-toolbar").setStyle({ borderBottomWidth: '1px' }); $("headlines-toolbar").setStyle({ borderBottomWidth: '1px' });
} }