Closed webmktr-zz closed 8 years ago
"On the other hand, this.posts refers to the current cursor, so this.posts.count() refers to the number of posts that are actually in the cursor."
SHOULD BE
this.posts().count()
Thanks!
"On the other hand, this.posts refers to the current cursor, so this.posts.count() refers to the number of posts that are actually in the cursor."
SHOULD BE
this.posts().count()