1
0
Fork 0

Correct Number formatter docblock

* src/validate/formatter/Number.js: Correct trait docblock.
master
Mike Gerwitz 2016-11-28 14:01:08 -05:00
parent a446e454c6
commit 14711cd4c6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ var Trait = require( 'easejs' ).Trait,
/**
* Formats insurance limit(s)
* Formats numbers in en_US locale
*/
module.exports = Trait( 'Number' )
.implement( ValidatorFormatter )