From 52e76dfa1dca5c90638b9f52b1becd588ff1aab3 Mon Sep 17 00:00:00 2001 From: alschmiedt Date: Mon, 9 Mar 2020 17:46:44 -0700 Subject: [PATCH] Make keyboard accessibility public (#3729) --- core/workspace_svg.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/workspace_svg.js b/core/workspace_svg.js index 0b748763f..3bf3d9dbc 100644 --- a/core/workspace_svg.js +++ b/core/workspace_svg.js @@ -148,7 +148,6 @@ Blockly.WorkspaceSvg = function(options, /** * True if keyboard accessibility mode is on, false otherwise. * @type {boolean} - * @package */ this.keyboardAccessibilityMode = false; };