mylomen-server/static/js/common/h5_newParagraph.js

13 lines
172 B
JavaScript
Raw Normal View History

2024-11-05 22:43:34 +08:00
"use strict";
/**
* 使用样式事件
*/
define(function (require, exports, module) {
function handle(event) {
}
//导出
exports.handle = handle;
});