Adding more type documentation.

This commit is contained in:
Neil Fraser
2015-07-13 15:03:22 -07:00
parent f737b3ea48
commit e0f90e6e33
32 changed files with 75 additions and 67 deletions

View File

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