mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Adding more type documentation.
This commit is contained in:
@@ -82,7 +82,7 @@ Code.LANGUAGE_RTL = ['ar', 'fa', 'he'];
|
||||
|
||||
/**
|
||||
* Blockly's main workspace.
|
||||
* @type Blockly.WorkspaceSvg
|
||||
* @type {Blockly.WorkspaceSvg}
|
||||
*/
|
||||
Code.workspace = null;
|
||||
|
||||
@@ -235,7 +235,7 @@ Code.getBBox_ = function(element) {
|
||||
|
||||
/**
|
||||
* User's language (e.g. "en").
|
||||
* @type string
|
||||
* @type {string}
|
||||
*/
|
||||
Code.LANG = Code.getLang();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user