mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 11:59:51 +03:00
whops, fixing trailing commas
This commit is contained in:
parent
66ab7d1093
commit
366cd018b2
3 changed files with 4 additions and 4 deletions
|
@ -260,7 +260,7 @@ TABS.sensors.initialize = function (callback) {
|
|||
var raw_data_text_ements = {
|
||||
x: [],
|
||||
y: [],
|
||||
z: [],
|
||||
z: []
|
||||
};
|
||||
$('.plot_control .x, .plot_control .y, .plot_control .z').each(function () {
|
||||
var el = $(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue