mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Add 'media' config option. Deprecate 'path' config option.
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
|
||||
<script>
|
||||
Blockly.inject(document.getElementById('blocklyDiv'),
|
||||
{path: '../../', toolbox: document.getElementById('toolbox')});
|
||||
{toolbox: document.getElementById('toolbox')});
|
||||
|
||||
function showCode() {
|
||||
// Generate JavaScript code and display it.
|
||||
|
||||
Reference in New Issue
Block a user