JSDoc format fixes

This commit is contained in:
Shannon McCabe
2016-09-27 17:47:36 -04:00
committed by Andrew n marshall
parent e95c437919
commit f7bbaaa82d
8 changed files with 40 additions and 24 deletions

View File

@@ -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;