DAD._table 改为 MOM._table
This commit is contained in:
@@ -6,6 +6,7 @@ const DAD = module.exports = function ActionTransfer (prop) {
|
||||
this.type = this.constructor.name
|
||||
}
|
||||
DAD.__proto__ = Action
|
||||
|
||||
const MOM = DAD.prototype
|
||||
MOM.__proto__ = Action.prototype
|
||||
|
||||
|
||||
Reference in New Issue
Block a user