mirror of
https://github.com/google/blockly.git
synced 2026-01-12 11:27:14 +01:00
Mark Blockly.Constants.Colour and .Lists depreacted. (#1797)
Both are only used by the hue constants, which are already deprecated.
This commit is contained in:
committed by
GitHub
parent
49be85b89d
commit
b2cb96b5b1
@@ -30,7 +30,7 @@
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.Blocks.colour'); // Deprecated
|
||||
goog.provide('Blockly.Constants.Colour');
|
||||
goog.provide('Blockly.Constants.Colour'); // deprecated, 2018 April 5
|
||||
|
||||
goog.require('Blockly.Blocks');
|
||||
goog.require('Blockly');
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.Blocks.lists'); // Deprecated
|
||||
goog.provide('Blockly.Constants.Lists');
|
||||
goog.provide('Blockly.Constants.Lists'); // deprecated, 2018 April 5
|
||||
|
||||
goog.require('Blockly.Blocks');
|
||||
goog.require('Blockly');
|
||||
|
||||
Reference in New Issue
Block a user