mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:21:16 +02:00
rest of cr feedback
This commit is contained in:
parent
c6dbfc85f0
commit
b760e86226
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ Rectangle {
|
||||||
|
|
||||||
userModel.clear();
|
userModel.clear();
|
||||||
var userIndex = 0;
|
var userIndex = 0;
|
||||||
var newSelectedIndexes=[];
|
var newSelectedIndexes = [];
|
||||||
userModelData.forEach(function (datum) {
|
userModelData.forEach(function (datum) {
|
||||||
function init(property) {
|
function init(property) {
|
||||||
if (datum[property] === undefined) {
|
if (datum[property] === undefined) {
|
||||||
|
|
Loading…
Reference in a new issue