mirror of
https://github.com/google/blockly.git
synced 2026-05-12 23:20:10 +02:00
refactor(generators): Migrate generators/javascript.js to goog.module
Also migrate generators/javascript/*.js.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
goog.provide('Blockly.JavaScript.math');
|
||||
goog.module('Blockly.JavaScript.math');
|
||||
|
||||
goog.require('Blockly.JavaScript');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user