address: fix types by val.

This commit is contained in:
Christopher Jeffrey 2017-01-13 15:11:42 -08:00
parent 46e53abe9c
commit daaa1c5fa5
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -72,7 +72,7 @@ Address.types = {
* @const {RevMap} * @const {RevMap}
*/ */
exports.typesByVal = util.revMap(Address.types); Address.typesByVal = util.revMap(Address.types);
/** /**
* Inject properties from options object. * Inject properties from options object.