Lint fixes

This commit is contained in:
Cmdr McDonald
2017-01-24 11:41:50 +00:00
parent fdb931fe00
commit 50e1f7d4df
3 changed files with 9 additions and 10 deletions

View File

@@ -294,12 +294,11 @@ export default class OutfittingPage extends Page {
case 69: // 'e'
if (e.ctrlKey || e.metaKey) { // CTRL/CMD + e
e.preventDefault();
console.log('Export')
this._exportBuild();
}
break;
}
}
}
/**
* Render the Page