started integrating infinite post loading for topic view (re: issue #42)

This commit is contained in:
Julian Lam
2013-06-26 12:37:35 -04:00
parent d6761a293d
commit 9df0b39a5d
5 changed files with 106 additions and 68 deletions

View File

@@ -26,10 +26,7 @@ marked.setOptions({
Posts.getPostsByPids(pids, current_user, function(posts) {
callback(posts);
})
});
});
}