Revert "Mark Blockly.Constants.Colour and .Lists depreacted. (#1797)"

This reverts commit b2cb96b5b1.
This commit is contained in:
RoboErikG
2019-09-05 14:27:51 -07:00
committed by Neil Fraser
parent dc1f285251
commit a7b560db81
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
'use strict';
goog.provide('Blockly.Blocks.lists'); // Deprecated
goog.provide('Blockly.Constants.Lists'); // deprecated, 2018 April 5
goog.provide('Blockly.Constants.Lists');
goog.require('Blockly.Blocks');
goog.require('Blockly');