Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Clifton <me@dominicclifton.name>2015-11-10 04:38:36 +0300
committerDominic Clifton <me@dominicclifton.name>2015-11-10 04:38:36 +0300
commit79929d0f5c58d7205aa717f77dddad20f8623d7b (patch)
treed30e1effa974bcbc8bf52831e575093894e269ef /eventPage.js
parentea2d59f4fb90eef0075a5695d2f996c51d88ed40 (diff)
Remove comments.
Note: git history will provide if needed.
Diffstat (limited to 'eventPage.js')
-rwxr-xr-xeventPage.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/eventPage.js b/eventPage.js
index 04688962..bca1916f 100755
--- a/eventPage.js
+++ b/eventPage.js
@@ -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 () {