From 328f2c3373eb23d5a5fd0871dddc1e3d1bc1f2cc Mon Sep 17 00:00:00 2001 From: Monica Kozbial Date: Fri, 27 Sep 2019 11:12:49 -0700 Subject: [PATCH] Removing deprecated renderMode reference in playground. (#3107) --- tests/playground.html | 2 -- tests/screenshot/playground_new.html | 6 ------ 2 files changed, 8 deletions(-) diff --git a/tests/playground.html b/tests/playground.html index b41fd8f87..b157b4a56 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -71,8 +71,6 @@ var workspace = null; function start() { - // TODO (#2702): Choose an API for picking the renderer. - Blockly.renderMode = 'compatibility'; setBackgroundColour(); // Parse the URL arguments. diff --git a/tests/screenshot/playground_new.html b/tests/screenshot/playground_new.html index 73ab144f7..52a53caf5 100644 --- a/tests/screenshot/playground_new.html +++ b/tests/screenshot/playground_new.html @@ -35,12 +35,6 @@ limitations under the License. -