UNPKG

kmc

Version:
17 lines (16 loc) 301 B
/** * index * @author: daxingplay<daxingplay@gmail.com> * @date: 13-4-23 * @requires: kissy 1.2+ */ KISSY.add(function (S) { var D = S.DOM, E = S.Event, LOG_PRE = '[index] '; return { init: function () { S.log('./mods/ required.'); } } });