src/mobile.startup/Drawer.js
Function Drawer
has 30 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
function Drawer( props ) {
this.drawerClassName = props.className || '';
this.collapseIcon = new IconButton( {
icon: 'expand',
additionalClassNames: 'cancel',