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:
Andrew n marshall
2018-04-17 13:29:50 -07:00
committed by GitHub
parent 49be85b89d
commit b2cb96b5b1
2 changed files with 2 additions and 2 deletions

View File

@@ -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');

View File

@@ -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');