diff --git a/core/events/abstract.js b/core/events/abstract.js index ab6c27b91..1ee905425 100644 --- a/core/events/abstract.js +++ b/core/events/abstract.js @@ -134,7 +134,7 @@ Blockly.Events.Abstract.prototype.run = function( * Get workspace the event belongs to. * @return {Blockly.Workspace} The workspace the event belongs to. * @throws {Error} if workspace is null. - * @private + * @protected */ Blockly.Events.Abstract.prototype.getEventWorkspace_ = function() { var workspace = Blockly.Workspace.getById(this.workspaceId);