1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2026-03-18 00:19:50 +01:00

Added unit tests

This commit is contained in:
Max Guglielmi 2016-05-07 19:20:42 +10:00
commit 4965cd5360
10 changed files with 608 additions and 10 deletions

View file

@ -339,8 +339,7 @@ export class TableFilter {
/*** data types ***/
//defines default date type (european DMY)
this.defaultDateType = f.default_date_type || 'DMY';
//defines default thousands separator
//US = ',' EU = '.'
//defines default thousands separator US = ',' EU = '.'
this.thousandsSeparator = f.thousands_separator || ',';
//defines default decimal separator
//US & javascript = '.' EU = ','