forked from mendicant/mendicantuniversity.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
newer version of separating upcoming activities mendicant#19
- Loading branch information
Daniel
committed
Jul 7, 2012
1 parent
8e4dd0c
commit b7f87c7
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b7f87c7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
post.next
is weird. On the first iteration it will be falsey, then on subsequent iterations it'll be truthy. I don't understand why it's falsey on the first iteration. Anyway, it's used here withunless
to make sure something happens only on the first iteration.Here's the source for post.next