mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
JSDoc format fixes
This commit is contained in:
committed by
Andrew n marshall
parent
e95c437919
commit
f7bbaaa82d
@@ -127,8 +127,8 @@ Blockly.Options = function(options) {
|
||||
};
|
||||
|
||||
/**
|
||||
* @type {Blockly.Workspace} the parent of the current workspace, or null if
|
||||
* there is no parent workspace.
|
||||
* The parent of the current workspace, or null if there is no parent workspace.
|
||||
* @type {Blockly.Workspace}
|
||||
**/
|
||||
Blockly.Options.prototype.parentWorkspace = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user