mylomen-server/static/js/event/impl/CopyEventImpl.js

13 lines
166 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;
});