first batch of changes

This commit is contained in:
Baris Usakli
2013-07-02 16:24:13 -04:00
parent 67247876ff
commit 1a992b7147
8 changed files with 278 additions and 251 deletions

View File

@@ -36,7 +36,7 @@
}
function getPostsData(next) {
posts.getPostsByTid(tid, 0, -20, -1, function(postsData) {
posts.getPostsByTid(tid, -20, -1, function(postsData) {
next(null, postsData);
});
}