From 2c84161b4aab60da58f70153e6c484c66814adda Mon Sep 17 00:00:00 2001 From: Andrew n marshall Date: Wed, 6 Jun 2018 15:57:53 -0700 Subject: [PATCH] Correct require goog.Timer statements. (#1906) --- core/block_dragger.js | 1 + core/block_svg.js | 1 - core/bubble_dragger.js | 1 + core/mutator.js | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/block_dragger.js b/core/block_dragger.js index b3e459c57..5b0308ec7 100644 --- a/core/block_dragger.js +++ b/core/block_dragger.js @@ -32,6 +32,7 @@ goog.require('Blockly.Events.BlockMove'); goog.require('goog.math.Coordinate'); goog.require('goog.asserts'); +goog.require('goog.Timer'); /** diff --git a/core/block_svg.js b/core/block_svg.js index 2a639d0e8..e54216ce1 100644 --- a/core/block_svg.js +++ b/core/block_svg.js @@ -37,7 +37,6 @@ goog.require('Blockly.Tooltip'); goog.require('Blockly.Touch'); goog.require('Blockly.utils'); -goog.require('goog.Timer'); goog.require('goog.asserts'); goog.require('goog.dom'); goog.require('goog.math.Coordinate'); diff --git a/core/bubble_dragger.js b/core/bubble_dragger.js index ff86059c5..e0b3e9979 100644 --- a/core/bubble_dragger.js +++ b/core/bubble_dragger.js @@ -32,6 +32,7 @@ goog.require('Blockly.WorkspaceCommentSvg'); goog.require('goog.math.Coordinate'); goog.require('goog.asserts'); +goog.require('goog.Timer'); /** diff --git a/core/mutator.js b/core/mutator.js index 1ffb1fd0b..b40680386 100644 --- a/core/mutator.js +++ b/core/mutator.js @@ -32,7 +32,6 @@ goog.require('Blockly.Events.BlockChange'); goog.require('Blockly.Events.Ui'); goog.require('Blockly.Icon'); goog.require('Blockly.WorkspaceSvg'); -goog.require('goog.Timer'); goog.require('goog.dom');