From c5246fc8e2aacd5bc666528db069cb36d09f10fa Mon Sep 17 00:00:00 2001 From: Markus Bordihn Date: Wed, 29 Jun 2016 23:38:32 +0200 Subject: [PATCH] Update toolbox.js --- core/toolbox.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/toolbox.js b/core/toolbox.js index 1e8c84af8..ac15ed128 100644 --- a/core/toolbox.js +++ b/core/toolbox.js @@ -278,7 +278,6 @@ Blockly.Toolbox.prototype.populate_ = function(newTree) { Blockly.resizeSvgContents(this.workspace_); }; - /** * Sync trees of the toolbox. * @param {Node} treeIn DOM tree of blocks, or null. @@ -357,7 +356,6 @@ Blockly.Toolbox.prototype.syncTrees_ = function(treeIn, treeOut, pathToMedia) { } }; - /** * Recursively add colours to this toolbox. * @param {Blockly.Toolbox.TreeNode} opt_tree Starting point of tree. @@ -457,6 +455,7 @@ Blockly.Toolbox.TreeControl.prototype.enterDocument = function() { this.handleTouchEvent_); } }; + /** * Handles touch events. * @param {!goog.events.BrowserEvent} e The browser event.