From 19270f04df463f79f7241276cdc2f62b4300c2b7 Mon Sep 17 00:00:00 2001 From: welefen Date: Thu, 17 Oct 2013 18:52:54 +0800 Subject: [PATCH] by welefen --- App/Lib/Action/Home/IndexAction.class.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 App/Lib/Action/Home/IndexAction.class.js diff --git a/App/Lib/Action/Home/IndexAction.class.js b/App/Lib/Action/Home/IndexAction.class.js new file mode 100644 index 00000000..bcf53857 --- /dev/null +++ b/App/Lib/Action/Home/IndexAction.class.js @@ -0,0 +1,12 @@ +var action = Action(function(){ + return { + init: function(){ + + }, + test: function(test, test2){ + console.log("test value: " + test + ","+test2) + } + } +}); + +module.exports = action; \ No newline at end of file