mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
var action = Action(function(){
|
|
return {
|
|
/*init: function(){
|
|
this.super("init");
|
|
}*/
|
|
indexAction: function(){
|
|
|
|
}
|
|
}
|
|
});
|
|
|
|
module.exports = action; |