mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
Add an explicit injector for the 'Run Code' button. Update es6-shim dependency to prevent console errors.
This commit is contained in:
@@ -52,6 +52,11 @@
|
||||
<blockly-app></blockly-app>
|
||||
|
||||
<script>
|
||||
var ACCESSIBLE_GLOBALS = {
|
||||
// Additional buttons for the workspace toolbar that
|
||||
// go before the "Clear Workspace" button.
|
||||
toolbarButtonConfig: []
|
||||
};
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
ng.platform.browser.bootstrap(blocklyApp.AppView);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user