Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix: Correction de JSl dans objRepublicain
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoubiana committed Aug 18, 2016
1 parent 82f8082 commit fb557b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/acte-0.0.15-dist.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/js/private/functions/objRepublicain.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
JS: d.jd,

// JSl = Jour de la décade/semaine en lettres #
JSl: jourRepublicain[d.jm - 1],
JSl: jourRepublicain[d.jd - 1],

// M = Mois dans l'année
M: d.m,
Expand Down

0 comments on commit fb557b1

Please sign in to comment.