mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 15:35:53 +08:00
Remove comments
CURA-9793
This commit is contained in:
parent
0738f996d0
commit
6d474dfe40
@ -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…
x
Reference in New Issue
Block a user