Skip to content

Commit

Permalink
fix: Cleavejs better mask definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Bijaoui committed Aug 23, 2016
1 parent 2e7380f commit e338e6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ module.exports = {
numeralDecimalScale: 2,
numeralDecimalMark: '.',
// General
blocks: [0, 2, 3, 4],
blocks: [0, 2, 0, 3, 4],
delimiter: ' ',
delimiters: ['(', ') ', '-', '-'],
delimiters: ['(', ')', ' ', '-', '-'],
// prefix: '(',
numericOnly: true,
uppercase: false,
Expand Down

0 comments on commit e338e6d

Please sign in to comment.