lint:format code style

This commit is contained in:
Pan
2017-10-31 16:04:30 +08:00
parent 3666148ddc
commit 98d5f9a247
14 changed files with 341 additions and 342 deletions

View File

@@ -7,7 +7,7 @@
*/
export default function openWindow(url, title, w, h) {
// Fixes dual-screen position Most browsers Firefox
// Fixes dual-screen position Most browsers Firefox
const dualScreenLeft = window.screenLeft !== undefined ? window.screenLeft : screen.left
const dualScreenTop = window.screenTop !== undefined ? window.screenTop : screen.top