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
cdc48468a8
commit
aaccff5ca4
@ -1,7 +1,10 @@
|
||||
var action = Action(function(){
|
||||
return {
|
||||
init: function(){
|
||||
//action.super_.prototype.init && action.super_.prototype.init.call(this);
|
||||
/*init: function(){
|
||||
this.super("init");
|
||||
}*/
|
||||
indexAction: function(){
|
||||
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user