mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Correct requires for goog.style
This commit is contained in:
@@ -36,7 +36,6 @@ goog.require('Blockly.utils.uiMenu');
|
||||
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.math.Coordinate');
|
||||
goog.require('goog.style');
|
||||
goog.require('goog.ui.Menu');
|
||||
goog.require('goog.ui.MenuItem');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
@@ -34,7 +34,6 @@ goog.require('Blockly.utils.uiMenu');
|
||||
|
||||
goog.require('goog.dom');
|
||||
goog.require('goog.events');
|
||||
goog.require('goog.style');
|
||||
goog.require('goog.ui.Menu');
|
||||
goog.require('goog.ui.MenuItem');
|
||||
goog.require('goog.userAgent');
|
||||
|
||||
Reference in New Issue
Block a user