mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
Removing namespace declarations for deprecated and unused namespaces. (#1796)
These namespaces use to contain the original block hue constants, but were deprecated (via comment, except for procedures) over a year ago. With the removal of those constants, the declarations were creating empty, unused objects.
This commit is contained in:
committed by
GitHub
parent
2bfff4a335
commit
75459abfdd
@@ -29,7 +29,6 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.Blocks.math'); // Deprecated
|
||||
goog.provide('Blockly.Constants.Math');
|
||||
|
||||
goog.require('Blockly.Blocks');
|
||||
|
||||
Reference in New Issue
Block a user