UNPKG

@egjs/rotate

Version:

Tiny custom rotate event binder

19 lines (17 loc) 363 B
/** * Copyright (c) 2015 NAVER Corp. * egjs projects are licensed under the MIT license */ import rotate from "./rotate"; /** * Version info string * @ko 버전정보 문자열 * @name VERSION * @static * @type {String} * @example * eg.rotate.VERSION; // ex) 2.2.0 * @memberof eg.rotate */ rotate.VERSION = "#__VERSION__#"; module.exports = rotate;