1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-19 14:25:13 +03:00

More progress on rendering LC table

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-03-11 19:39:27 +01:00
parent 2946fe5c2a
commit 9e6e1aec11
2 changed files with 101 additions and 2 deletions

View file

@ -25,7 +25,7 @@ let LogicConditionsCollection = function () {
for (let k in self.get()) {
if (self.get().hasOwnProperty(k)) {
self.get()[k].render($container);
self.get()[k].render(k, $container);
}
}