mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
Merge pull request #2371 from nyu-ossd-s19/typofix
typo fix in line 134 of field.js for documentation
This commit is contained in:
+1
-1
@@ -131,7 +131,7 @@ Blockly.Field.prototype.maxDisplayLength = 50;
|
||||
Blockly.Field.prototype.text_ = '';
|
||||
|
||||
/**
|
||||
* Block this field is attached to. Starts as null, then in set in init.
|
||||
* Block this field is attached to. Starts as null, then set in init.
|
||||
* @type {Blockly.Block}
|
||||
* @protected
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user