mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Fixed Indentation, removed old debug code
This commit is contained in:
parent
521babb6bd
commit
5329c1ce42
3 changed files with 6 additions and 8 deletions
|
@ -128,13 +128,11 @@ Preference {
|
|||
case Preference.ComboBox:
|
||||
checkBoxCount = 0;
|
||||
builder = comboBoxBuilder;
|
||||
console.log("Built COMBOBOX");
|
||||
break;
|
||||
|
||||
case Preference.SpinnerSlider:
|
||||
checkBoxCount = 0;
|
||||
builder = spinnerSliderBuilder;
|
||||
console.log("Built SPINNERSLIDER");
|
||||
break;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue