Skip to content

Commit

Permalink
Remove trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew authored and drewsonne committed Jan 5, 2020
1 parent c1e0889 commit 2e3f0c9
Show file tree
Hide file tree
Showing 8 changed files with 1,242 additions and 1,294 deletions.
846 changes: 410 additions & 436 deletions docs/ast/source/cr/calendar-round.js.json

Large diffs are not rendered by default.

1,670 changes: 822 additions & 848 deletions docs/ast/source/cr/haab.js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/file/src/cr/calendar-round.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
this.tzolkin.coeff,
this.tzolkin.day,
this.haab.coeff,
this.haab.month,
this.haab.month
);
}

Expand Down
2 changes: 1 addition & 1 deletion docs/file/src/cr/haab.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
clone() {
return new Haab(
this.coeff,
this.month,
this.month
);
}

Expand Down
4 changes: 2 additions & 2 deletions docs/index.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/source.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
<td data-ice="filePath"><span><a href="file/src/cr/calendar-round.js.html">src/cr/calendar-round.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/cr/calendar-round.js~CalendarRound.html">CalendarRound</a></span></td>
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">15/15</span></td>
<td style="display: none;" data-ice="size">4494 byte</td>
<td style="display: none;" data-ice="size">4493 byte</td>
<td style="display: none;" data-ice="lines">160</td>
<td style="display: none;" data-ice="updated">2020-01-01 13:01:32 (UTC)</td>
<td style="display: none;" data-ice="updated">2020-01-01 13:02:00 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/cr/haab.js.html">src/cr/haab.js</a></span></td>
<td data-ice="identifier" class="identifiers"><span><a href="class/src/cr/haab.js~Haab.html">Haab</a></span>
<span><a href="class/src/cr/haab.js~HaabMonth.html">HaabMonth</a></span></td>
<td class="coverage"><span data-ice="coverage">100 %</span><span data-ice="coverageCount" class="coverage-count">21/21</span></td>
<td style="display: none;" data-ice="size">5364 byte</td>
<td style="display: none;" data-ice="size">5363 byte</td>
<td style="display: none;" data-ice="lines">248</td>
<td style="display: none;" data-ice="updated">2020-01-01 13:01:32 (UTC)</td>
<td style="display: none;" data-ice="updated">2020-01-01 13:02:00 (UTC)</td>
</tr>
<tr data-ice="file">
<td data-ice="filePath"><span><a href="file/src/cr/index.js.html">src/cr/index.js</a></span></td>
Expand Down
2 changes: 1 addition & 1 deletion src/cr/calendar-round.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class CalendarRound {
this.tzolkin.coeff,
this.tzolkin.day,
this.haab.coeff,
this.haab.month,
this.haab.month
);
}

Expand Down
2 changes: 1 addition & 1 deletion src/cr/haab.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Haab {
clone() {
return new Haab(
this.coeff,
this.month,
this.month
);
}

Expand Down

0 comments on commit 2e3f0c9

Please sign in to comment.