Stripping old blocks code; moving blocks -> blocks_common, project-wide lint ()

* 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:
Tim Mickel 2016-08-30 15:50:59 -04:00 committed by GitHub
parent 5c80a82a5f
commit f1aac859e3
35 changed files with 245 additions and 3197 deletions

View file

@ -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) {