kmc
Version:
KISSY Module Compiler
18 lines (17 loc) • 335 B
JavaScript
/**
* build with kissy gallery
* @author: daxingplay<daxingplay@gmail.com>
* @time: 13-6-8 09:23
* @description:
*/
KISSY.add(function (S) {
return {
init:function () {
S.log('this file will have kissy gallery modules.');
}
}
}, {
requires: [
'gallery/calendar/1.1/index'
]
});