Resolve another 20 warnings.

This commit is contained in:
Neil Fraser
2017-10-24 09:14:32 -07:00
committed by Neil Fraser
parent 4262b09002
commit 2445a752b7
11 changed files with 33 additions and 44 deletions

View File

@@ -322,7 +322,7 @@ Blockly.Extensions.buildTooltipForDropdown = function(dropdownName,
// Wait for load, in case Blockly.Msg is not yet populated.
// runAfterPageLoad() does not run in a Node.js environment due to lack of
// document object, in which case skip the validation.
if (document) { // Relies on document.readyState
if (document) { // Relies on document.readyState
Blockly.utils.runAfterPageLoad(function() {
for (var key in lookupTable) {
// Will print warnings if reference is missing.