UNPKG

369 BJavaScriptView Raw
1/**
2 * Module : Kero webpack entry events index
3 * Author : liuyk(liuyuekai@yonyou.com)
4 * Date : 2016-08-09 15:24:46
5 */
6
7//相关依赖导入
8import { eventsFunObj } from './events';
9
10var Events = function Events() {
11 babelHelpers.classCallCheck(this, Events);
12};
13
14var EventsProto = Events.prototype;
15Object.assign(EventsProto, eventsFunObj);
16
17export { Events };
\No newline at end of file