This commit is contained in:
Rachel Fenichel 2016-10-07 10:15:41 -07:00
parent 2ea8bc21d2
commit d7e92532a9
2 changed files with 2 additions and 2 deletions

View file

@ -171,7 +171,6 @@ Blockly.Toolbox.prototype.createFlyout_ = function() {
/**
* Fill the toolbox with categories and blocks.
* @param {!Node} newTree DOM tree of blocks.
* @return {Node} Tree node to open at startup (or null).
* @private
*/
Blockly.Toolbox.prototype.populate_ = function(newTree) {