Lint corrections.

This commit is contained in:
Neil Fraser
2015-07-02 19:41:10 -07:00
parent d1f6bdb173
commit d819db2acf
6 changed files with 16 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ Blockly.inject = function(container, opt_options) {
/**
* Parse the provided toolbox tree into a consistent DOM format.
* @param {Node|string} tree DOM tree of blocks, or text representation of same.
* @return {Node} DOM tree of blocks or null.
* @return {Node} DOM tree of blocks, or null.
* @private
*/
Blockly.parseToolboxTree_ = function(tree) {