Removing deprecated renderMode reference in playground. (#3107)

This commit is contained in:
Monica Kozbial
2019-09-27 11:12:49 -07:00
committed by Sam El-Husseini
parent f4136fdc2a
commit 328f2c3373
2 changed files with 0 additions and 8 deletions

View File

@@ -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.

View File

@@ -35,12 +35,6 @@ limitations under the License.
<script src="../../blocks/procedures.js"></script>
<script src="../blocks/test_blocks.js"></script>
<script>
function start() {
// TODO (#2702): Choose an API for picking the renderer.
Blockly.renderMode = 'compatibility';
}
</script>
<style>
html, body {
height: 100%;