Skip to content

Commit

Permalink
test(select): pass the right custom options
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Mar 22, 2018
1 parent a9bd76a commit 0217348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/components/select/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -266,15 +266,15 @@
subTitle: 'Select your toppings',
message: '$1.50 charge for every topping'
};
customPopoverSelect.interfaceOptions = customAlertOptions;
customPopoverSelect.interfaceOptions = customPopoverOptions;

var customActionSheetSelect = document.getElementById('customActionSheetSelect');
var customActionSheetOptions = {
title: 'Pizza Toppings',
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);
Expand Down

0 comments on commit 0217348

Please sign in to comment.