From d5df3b3c62daaf52960032d92ca90afd5028aac4 Mon Sep 17 00:00:00 2001 From: zepumph Date: Mon, 26 Mar 2018 13:31:00 -0800 Subject: [PATCH] useAriaLabel -> ariaLabel setter, https://github.com/phetsims/scenery/issues/748 --- js/buttons/ResetAllButton.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/buttons/ResetAllButton.js b/js/buttons/ResetAllButton.js index aec87ae7f..a08846990 100644 --- a/js/buttons/ResetAllButton.js +++ b/js/buttons/ResetAllButton.js @@ -50,8 +50,7 @@ define( function( require ) { // a11y tagName: 'input', inputType: 'button', - accessibleLabel: resetAllButtonNameString, - useAriaLabel: true, + ariaLabel: resetAllButtonNameString, // We want to be able to make the ResetAllButton fully interoperable, which means opting in and passing that to // the button model.