UNPKG

generator-clam

Version:
24 lines (19 loc) 322 B
/** * @fileoverview <%= projectName %>. * @author <%= author %><<%= email %>> */ /** * KISSY.use('<%= packageName %>/index',function(S,<%= projectName %>){ * <%= projectName %>.init(); * }); */ KISSY.add(function(S) { return { init:function(){ // Your Code alert('ok'); } }; },{ requires:[] });