Skip to content

Commit

Permalink
fix: don't use fully qualified namespace in aria (google#5804)
Browse files Browse the repository at this point in the history
  • Loading branch information
maribethb authored Dec 9, 2021
1 parent 98f9470 commit 64107cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils/aria.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ exports.State = State;
* Similar to Closure's goog.a11y.aria
*
* @param {!Element} element DOM node to set role of.
* @param {!Blockly.utils.aria.Role} roleName Role name.
* @param {!Role} roleName Role name.
* @alias Blockly.utils.aria.setRole
*/
const setRole = function(element, roleName) {
Expand Down

0 comments on commit 64107cc

Please sign in to comment.