6 lines
71 B
JavaScript
6 lines
71 B
JavaScript
(() => {
|
|
|
|
goog.require('Blockly');
|
|
goog.provide('Blockly.Lang');
|
|
|
|
})(); |