Resolve 13 warnings

Reduce count from 632 to 619.
Eliminate copy-paste code duplication in Field.prototype.setValue
This commit is contained in:
Neil Fraser
2019-06-11 21:12:29 -07:00
committed by Neil Fraser
parent bf6d621c63
commit b8cbd9e7df
12 changed files with 59 additions and 50 deletions

View File

@@ -164,7 +164,7 @@ Blockly.Options.prototype.getMetrics = null;
* Parse the user-specified move options, using reasonable defaults where
* behaviour is unspecified.
* @param {!Object} options Dictionary of options.
* @param {!boolean} hasCategories Whether the workspace has categories or not.
* @param {boolean} hasCategories Whether the workspace has categories or not.
* @return {!Object} A dictionary of normalized options.
* @private
*/