Correct Number formatter docblock
* src/validate/formatter/Number.js: Correct trait docblock.master
parent
a446e454c6
commit
14711cd4c6
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue