thinkjs/lib/Tpl/IndexAction.class.js
2013-10-30 17:48:54 +08:00

12 lines
208 B
JavaScript

var action = Action(function(){
return {
/*init: function(){
this.super("init");
}*/
indexAction: function(){
}
}
});
module.exports = action;