"use strict";
/**
 * 拷贝事件
 */
define(function (require, exports, module) {

    function handle(event) {

    }

    //导出
    exports.handle = handle;
});