test(select): pass the right custom options

This commit is contained in:
Brandy Carney
2018-03-22 12:40:28 -04:00
parent a9bd76adc6
commit 02173484eb

View File

@@ -266,7 +266,7 @@
subTitle: 'Select your toppings',
message: '$1.50 charge for every topping'
};
customPopoverSelect.interfaceOptions = customAlertOptions;
customPopoverSelect.interfaceOptions = customPopoverOptions;
var customActionSheetSelect = document.getElementById('customActionSheetSelect');
var customActionSheetOptions = {
@@ -274,7 +274,7 @@
subTitle: 'Select your toppings',
message: '$1.50 charge for every topping'
};
customActionSheetSelect.interfaceOptions = customAlertOptions;
customActionSheetSelect.interfaceOptions = customActionSheetOptions;
function toggleBoolean(id, prop) {
var el = document.getElementById(id);