From c8a3348e1efe9553c49285cb863be2998c6bfbbb Mon Sep 17 00:00:00 2001 From: zepumph Date: Sun, 8 Apr 2018 11:17:03 -0800 Subject: [PATCH] add labels back in because it isn't the default, https://github.com/phetsims/scenery/issues/759, https://github.com/phetsims/scenery/issues/753 --- js/LaserPointerNode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/LaserPointerNode.js b/js/LaserPointerNode.js index 5545b5b65..c6c571be5 100644 --- a/js/LaserPointerNode.js +++ b/js/LaserPointerNode.js @@ -136,6 +136,7 @@ define( function( require ) { // a11y labelContent: options.buttonLabelContent, + labelTagName: 'label', descriptionContent: options.buttonDescriptionContent };