More lint and eslint configuration.

This commit is contained in:
Rachel Fenichel 2016-05-25 12:53:42 -07:00
parent 8597c94a49
commit 4841f136f1
15 changed files with 105 additions and 56 deletions

View file

@ -583,6 +583,9 @@ Blockly.Toolbox.TreeNode.prototype.onDoubleClick_ = function(e) {
/**
* A blank separator node in the tree.
* @param {Object=} config The configuration for the tree. See
* goog.ui.tree.TreeControl.DefaultConfig. If not specified, a default config
* will be used.
* @constructor
* @extends {Blockly.Toolbox.TreeNode}
*/