mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
broken waypoint, but fixed line numbers with the new JS comments
This commit is contained in:
parent
6555473788
commit
60eabf63cf
14 changed files with 730 additions and 344 deletions
|
|
@ -4,9 +4,7 @@
|
|||
} else if (day === "Wednesday") {
|
||||
go_to_the_park();
|
||||
} else if (day === "Saturday") {
|
||||
if (day === bingo_day) {
|
||||
go_to_bingo();
|
||||
};
|
||||
day === bingo_day ? go_to_bingo() : null;
|
||||
} else if (day === "Sunday") {
|
||||
go_to_church();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue