mylomen-server/static/js/common/h5_newParagraph.js
shaoyongjun 0bd5a87973 to:sync
2024-11-05 22:43:34 +08:00

13 lines
172 B
JavaScript

"use strict";
/**
* 使用样式事件
*/
define(function (require, exports, module) {
function handle(event) {
}
//导出
exports.handle = handle;
});