implemented scroll to load more

This commit is contained in:
jeena 2013-04-10 03:11:04 +02:00
parent 4c22917d8b
commit b210e6ee32
6 changed files with 150 additions and 50 deletions

View file

@ -44,6 +44,8 @@ function start(view) {
bungloo.conversation = new Conversation();
bungloo.search = new Search();
bungloo.sidebar.showContentForTimeline();
});
}