ES6: omit property value since it matches the variable name

This commit is contained in:
Elliot Lee
2018-07-28 00:42:37 -07:00
parent 28796d37cb
commit 1c68283d1e

View File

@@ -107,7 +107,7 @@ class RippleAPI extends EventEmitter {
// these are exposed only for use by unit tests; they are not part of the API.
static _PRIVATE = {
validate: validate,
validate,
RangeSet,
ledgerUtils,
schemaValidator