mirror of
https://github.com/google/blockly.git
synced 2026-01-13 03:47:08 +01:00
Add 'media' config option. Deprecate 'path' config option.
This commit is contained in:
@@ -160,7 +160,7 @@ Code.init = function() {
|
||||
|
||||
var toolbox = document.getElementById('toolbox');
|
||||
Blockly.inject(document.getElementById('content_blocks'),
|
||||
{path: '../../',
|
||||
{media: '../../media/',
|
||||
rtl: rtl,
|
||||
toolbox: toolbox});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user