mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
Removing deprecated renderMode reference in playground. (#3107)
This commit is contained in:
committed by
Sam El-Husseini
parent
f4136fdc2a
commit
328f2c3373
@@ -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.
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user