UNPKG

kmc

Version:
20 lines (19 loc) 308 B
/** * index * @author: daxingplay<daxingplay@gmail.com> * @date: 13-9-22 * @requires: kissy 1.2+ */ KISSY.add(function (S, D, E) { var LOG_PRE = '[index] '; return { init: function () { } } }, { requires: [ 'dom', 'event', './mods/mod1' ] });