From 144d1b6406f640fb32d48e75827acb91ea41a1b3 Mon Sep 17 00:00:00 2001 From: Jesse Greenberg Date: Tue, 24 Apr 2018 07:55:49 -0600 Subject: [PATCH] Fix jsdoc comment, see #746 --- js/accessibility/Accessibility.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accessibility/Accessibility.js b/js/accessibility/Accessibility.js index 5980a9655..b2e210f46 100644 --- a/js/accessibility/Accessibility.js +++ b/js/accessibility/Accessibility.js @@ -522,7 +522,7 @@ define( function( require ) { /** * Get the tag name of the DOM element representing this node for accessibility. * @public - * * + * * @returns {string|null} */ getTagName: function() {