()
| 321 | } |
| 322 | } |
| 323 | function reWindowConfig() { |
| 324 | const windowConfig = getWindowConfig() |
| 325 | config.windowWidth = windowConfig.width, |
| 326 | config.windowHeight = windowConfig.height, |
| 327 | config.screenLeft = windowConfig.left, |
| 328 | config.screenTop = windowConfig.top |
| 329 | } |
| 330 | let config = { |
| 331 | } |
| 332 | function updateConfig() { |
no test coverage detected