mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Remove comments
CURA-9793
This commit is contained in:
parent
0738f996d0
commit
6d474dfe40
1 changed files with 0 additions and 14 deletions
|
|
@ -85,20 +85,6 @@ UM.TooltipArea
|
||||||
currentIndex = i
|
currentIndex = i
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// // Options come in as a string-representation of an OrderedDict
|
|
||||||
// if(propertyProvider.properties.options)
|
|
||||||
// {
|
|
||||||
// var options = propertyProvider.properties.options.match(/^OrderedDict\(\[\((.*)\)\]\)$/);
|
|
||||||
// if(options)
|
|
||||||
// {
|
|
||||||
// options = options[1].split("), (");
|
|
||||||
// for(var i = 0; i < options.length; i++)
|
|
||||||
// {
|
|
||||||
// var option = options[i].substring(1, options[i].length - 1).split("', '");
|
|
||||||
// append({ text: option[1], value: option[0] });
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Component.onCompleted: updateModel()
|
Component.onCompleted: updateModel()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue