address: fix types by val.
This commit is contained in:
parent
46e53abe9c
commit
daaa1c5fa5
@ -72,7 +72,7 @@ Address.types = {
|
||||
* @const {RevMap}
|
||||
*/
|
||||
|
||||
exports.typesByVal = util.revMap(Address.types);
|
||||
Address.typesByVal = util.revMap(Address.types);
|
||||
|
||||
/**
|
||||
* Inject properties from options object.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user