From b72c5736b168af255a6e9661741cad02f232ac04 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Tue, 28 Jul 2020 10:55:48 -0700 Subject: [PATCH] December --- core/comment.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/comment.js b/core/comment.js index b156bd5c8..4c00a92e7 100644 --- a/core/comment.js +++ b/core/comment.js @@ -368,7 +368,7 @@ Blockly.Comment.prototype.getText = function() { Blockly.utils.deprecation.warn( 'Comment.prototype.getText', 'August 2019', - 'August 2020', + 'December 2020', 'block.getCommentText'); return this.model_.text || ''; }; @@ -385,7 +385,7 @@ Blockly.Comment.prototype.setText = function(text) { Blockly.utils.deprecation.warn( 'Comment.prototype.setText', 'August 2019', - 'August 2020', + 'December 2020', 'block.setCommentText'); if (this.model_.text == text) { return;