1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

Remove comments.

Note: git history will provide if needed.
This commit is contained in:
Dominic Clifton 2015-11-10 01:38:36 +00:00
parent ea2d59f4fb
commit 79929d0f5c

View file

@ -10,9 +10,8 @@ function startApplication() {
id: 'main-window',
frame: 'chrome',
innerBounds: {
minWidth: 1024, // changed from 960
minHeight: 700 // changed from 625
minWidth: 1024,
minHeight: 700
}
}, function (createdWindow) {
createdWindow.contentWindow.addEventListener('load', function () {