by welefen

This commit is contained in:
welefen 2013-10-30 17:48:54 +08:00
parent cdc48468a8
commit aaccff5ca4

View File

@ -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(){
}
}
});