Commit bde9631
committed
bug #64 Fix missing comma and lint index (davidmpaz)
This PR was squashed before being merged into the master branch (closes #64).
Discussion
----------
Fix missing comma and lint index
This fix #62 and adds index.js to lint task to avoid such things in future.
Missing comma is related to #50. I believe the merge remove it by accident.
Commits
-------
e44bd38 Add index.js to linter
9675c1b Add missing comma2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
| 360 | + | |
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments