mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
by welefen
This commit is contained in:
parent
fe82ceeae8
commit
19270f04df
12
App/Lib/Action/Home/IndexAction.class.js
Normal file
12
App/Lib/Action/Home/IndexAction.class.js
Normal file
@ -0,0 +1,12 @@
|
||||
var action = Action(function(){
|
||||
return {
|
||||
init: function(){
|
||||
|
||||
},
|
||||
test: function(test, test2){
|
||||
console.log("test value: " + test + ","+test2)
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
module.exports = action;
|
||||
Loading…
x
Reference in New Issue
Block a user