mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-12 22:19:17 -04:00
Stripping old blocks code; moving blocks -> blocks_common, project-wide lint (#580)
* Remove unused Blockly blocks * Remove unused text Blockly blocks; convert to JSON * Move blocks/ -> blocks_common/ * Recompile for moved/removed blocks * Remove spectools * Project-wide lint * Recompile August 30 * Pin package.json
This commit is contained in:
parent
5c80a82a5f
commit
f1aac859e3
35 changed files with 245 additions and 3197 deletions
|
@ -99,7 +99,7 @@ Blockly.FieldVariable.prototype.setValue = function(newValue) {
|
|||
* Return a sorted list of variable names for variable dropdown menus.
|
||||
* Include a special option at the end for creating a new variable name.
|
||||
* @return {!Array.<string>} Array of variable names.
|
||||
* @this {!Blockly.FieldVariable}
|
||||
* @this Blockly.FieldVariable
|
||||
*/
|
||||
Blockly.FieldVariable.dropdownCreate = function() {
|
||||
if (this.sourceBlock_ && this.sourceBlock_.workspace) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue