Correct require goog.Timer statements. (#1906)

This commit is contained in:
Andrew n marshall
2018-06-06 15:57:53 -07:00
committed by GitHub
parent 2f67cc235e
commit 2c84161b4a
4 changed files with 2 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ goog.require('Blockly.WorkspaceCommentSvg');
goog.require('goog.math.Coordinate');
goog.require('goog.asserts');
goog.require('goog.Timer');
/**