mirror of
https://github.com/google/blockly.git
synced 2026-01-09 10:00:09 +01:00
Make getEventWorkspace_ protected.
Fixes 12 warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user