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