web:add missing callbacks

This commit is contained in:
pengfei.zhou
2021-04-13 16:22:15 +08:00
committed by osborn
parent 526234b878
commit 17addc232a
5 changed files with 35 additions and 8 deletions

View File

@@ -4433,7 +4433,6 @@ var doric_web = (function (exports, axios, sandbox) {
}
}
exports.LayoutSpec = void 0;
(function (LayoutSpec) {
LayoutSpec[LayoutSpec["EXACTLY"] = 0] = "EXACTLY";
LayoutSpec[LayoutSpec["WRAP_CONTENT"] = 1] = "WRAP_CONTENT";
@@ -5915,8 +5914,6 @@ ${content}
exports.toPixelString = toPixelString;
exports.toRGBAString = toRGBAString;
Object.defineProperty(exports, '__esModule', { value: true });
return exports;
}({}, axios, doric));

File diff suppressed because one or more lines are too long