mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-28 22:10:31 -04:00
Update comment
This commit is contained in:
parent
91af54d85a
commit
bcb7c29b6d
3 changed files with 6 additions and 3 deletions
|
@ -55,7 +55,8 @@ goog.require('goog.string');
|
|||
* @param {?string} prototypeName Name of the language object containing
|
||||
* type-specific functions for this block.
|
||||
* @param {string=} opt_id Optional ID. Use this ID if provided, otherwise
|
||||
* create a new ID.
|
||||
* create a new ID. If the ID conflicts with an in-use ID, a new one will
|
||||
* be generated.
|
||||
* @constructor
|
||||
*/
|
||||
Blockly.Block = function(workspace, prototypeName, opt_id) {
|
||||
|
|
|
@ -52,7 +52,8 @@ goog.require('goog.userAgent');
|
|||
* @param {?string} prototypeName Name of the language object containing
|
||||
* type-specific functions for this block.
|
||||
* @param {string=} opt_id Optional ID. Use this ID if provided, otherwise
|
||||
* create a new ID.
|
||||
* create a new ID. If the ID conflicts with an in-use ID, a new one will
|
||||
* be generated.
|
||||
* @extends {Blockly.Block}
|
||||
* @constructor
|
||||
*/
|
||||
|
|
|
@ -41,7 +41,8 @@ goog.require('goog.math.Coordinate');
|
|||
* @param {number} height Height of the comment.
|
||||
* @param {number} width Width of the comment.
|
||||
* @param {string=} opt_id Optional ID. Use this ID if provided, otherwise
|
||||
* create a new ID.
|
||||
* create a new ID. If the ID conflicts with an in-use ID, a new one will
|
||||
* be generated.
|
||||
* @constructor
|
||||
*/
|
||||
Blockly.WorkspaceComment = function(workspace, content, height, width, opt_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue