Make keyboard accessibility public (#3729)

This commit is contained in:
alschmiedt
2020-03-09 17:46:44 -07:00
committed by GitHub
parent 5450c41d66
commit 52e76dfa1d

View File

@@ -148,7 +148,6 @@ Blockly.WorkspaceSvg = function(options,
/**
* True if keyboard accessibility mode is on, false otherwise.
* @type {boolean}
* @package
*/
this.keyboardAccessibilityMode = false;
};