mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 04:45:18 +03:00
Convert to CommonJS Modules
This commit is contained in:
parent
7df8253099
commit
91f1699659
100 changed files with 9685 additions and 3735 deletions
|
@ -164,7 +164,7 @@ let LogicCondition = function (enabled, activatorId, operation, operandAType, op
|
|||
/*
|
||||
* Bind events
|
||||
*/
|
||||
$t.change(self.onOperatorTypeChange);
|
||||
$t.on('change', self.onOperatorTypeChange);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -306,7 +306,7 @@ let LogicCondition = function (enabled, activatorId, operation, operandAType, op
|
|||
|
||||
$t.append('</optgroup>');
|
||||
|
||||
$t.change(self.onOperatorChange);
|
||||
$t.on('change', self.onOperatorChange);
|
||||
|
||||
self.renderOperand(0);
|
||||
self.renderOperand(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue