Skip to content

Commit 2814da0

Browse files
author
Ke, Mingze
committed
patch minor changes in the blocky source
1 parent ecdce7c commit 2814da0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

code.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Code.LANGUAGE_RTL = ['ar', 'fa', 'he'];
4343

4444
/**
4545
* Blockly's main workspace.
46-
* @type Blockly.WorkspaceSvg
46+
* @type {Blockly.WorkspaceSvg}
4747
*/
4848
Code.workspace = null;
4949

@@ -196,7 +196,7 @@ Code.getBBox_ = function(element) {
196196

197197
/**
198198
* User's language (e.g. "en").
199-
* @type string
199+
* @type {string}
200200
*/
201201
Code.LANG = Code.getLang();
202202

storage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ BlocklyStorage.retrieveXml = function (key, opt_workspace) {
9191

9292
/**
9393
* Global reference to current AJAX request.
94-
* @type XMLHttpRequest
94+
* @type {XMLHttpRequest}
9595
* @private
9696
*/
9797
BlocklyStorage.httpRequest_ = null;

0 commit comments

Comments
 (0)