mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
Whitespace fixes.
This commit is contained in:
parent
627c389bbe
commit
8d78d289cd
1 changed files with 1 additions and 3 deletions
|
@ -1391,7 +1391,6 @@ OSD.GUI.preview = {
|
|||
},
|
||||
onDragStart: function(e) {
|
||||
var ev = e.originalEvent;
|
||||
|
||||
var display_item = OSD.data.display_items[$(ev.target).data('field').index];
|
||||
var xPos = ev.currentTarget.dataset.x;
|
||||
var yPos = ev.currentTarget.dataset.y;
|
||||
|
@ -1442,7 +1441,6 @@ OSD.GUI.preview = {
|
|||
if (overflows_line < 0) {
|
||||
position += overflows_line;
|
||||
}
|
||||
|
||||
// Advanced preview, array type
|
||||
} else {
|
||||
var arrayElements = display_item.preview;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue