diff --git a/core/workspace.js b/core/workspace.js index 0965285eb..f55f521ab 100644 --- a/core/workspace.js +++ b/core/workspace.js @@ -62,12 +62,12 @@ Blockly.Workspace = function(opt_options) { this.listeners_ = []; /** * @type {!Array.} - * @private + * @protected */ this.undoStack_ = []; /** * @type {!Array.} - * @private + * @protected */ this.redoStack_ = []; /**