fix(burn-upload): 修复 Boards 模块未导入导致的 ReferenceError
This commit is contained in:
@@ -11,6 +11,7 @@ goog.loadJs('web', () => {
|
|||||||
goog.require('Mixly.Workspace');
|
goog.require('Mixly.Workspace');
|
||||||
goog.require('Mixly.MString');
|
goog.require('Mixly.MString');
|
||||||
goog.require('Mixly.LayerProgress');
|
goog.require('Mixly.LayerProgress');
|
||||||
|
goog.require('Mixly.Boards');
|
||||||
goog.require('Mixly.WebSocket.Serial');
|
goog.require('Mixly.WebSocket.Serial');
|
||||||
goog.provide('Mixly.WebSocket.BU');
|
goog.provide('Mixly.WebSocket.BU');
|
||||||
|
|
||||||
@@ -23,6 +24,7 @@ goog.loadJs('web', () => {
|
|||||||
Workspace,
|
Workspace,
|
||||||
MString,
|
MString,
|
||||||
LayerProgress,
|
LayerProgress,
|
||||||
|
Boards,
|
||||||
WebSocket
|
WebSocket
|
||||||
} = Mixly;
|
} = Mixly;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user