Skip to content

Commit

Permalink
fix: multi-playground should use goog.require to get blocks. (#5797)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel authored Dec 8, 2021
1 parent 4a8668a commit 243d1e9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions tests/multi_playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
<title>Multi-toolbox Playground</title>
<script src="../blockly_uncompressed.js"></script>
<script src="../msg/messages.js"></script>
<script src="../blocks/logic.js"></script>
<script src="../blocks/loops.js"></script>
<script src="../blocks/math.js"></script>
<script src="../blocks/text.js"></script>
<script src="../blocks/lists.js"></script>
<script src="../blocks/colour.js"></script>
<script src="../blocks/variables.js"></script>
<script src="../blocks/procedures.js"></script>

<script>
// Custom requires for the playground.
goog.require('Blockly.blocks.all');
</script>
<script>
'use strict';
var options = {
Expand Down

0 comments on commit 243d1e9

Please sign in to comment.