From 02173484eb724a3de2b13ab1a4a544843c64f0f5 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Thu, 22 Mar 2018 12:40:28 -0400 Subject: [PATCH] test(select): pass the right custom options --- core/src/components/select/test/basic/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/components/select/test/basic/index.html b/core/src/components/select/test/basic/index.html index c6b8781fa9..3507d5a4a3 100644 --- a/core/src/components/select/test/basic/index.html +++ b/core/src/components/select/test/basic/index.html @@ -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);