mirror of
https://github.com/google/blockly.git
synced 2026-01-09 18:10:08 +01:00
Merge pull request #1706 from google/rachel-fenichel-patch-1
Make undoStack_ and redoStack_ protected
This commit is contained in:
@@ -62,12 +62,12 @@ Blockly.Workspace = function(opt_options) {
|
||||
this.listeners_ = [];
|
||||
/**
|
||||
* @type {!Array.<!Blockly.Events.Abstract>}
|
||||
* @private
|
||||
* @protected
|
||||
*/
|
||||
this.undoStack_ = [];
|
||||
/**
|
||||
* @type {!Array.<!Blockly.Events.Abstract>}
|
||||
* @private
|
||||
* @protected
|
||||
*/
|
||||
this.redoStack_ = [];
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user