diff options
| author | Anqi Xu | 2012-06-24 05:58:53 -0400 | 
|---|---|---|
| committer | Anqi Xu | 2012-06-24 05:58:53 -0400 | 
| commit | ffb4f153ba3578fdfcf4a16c1d0302b026addab0 (patch) | |
| tree | 889964a621c2a4d8c31118172258cea53ad060cd /Resources/friendship/core/DataManipulation.js | |
| parent | 285771476af58db4b2b0839059f11e9ab0dfa90b (diff) | |
| download | LikeFeed-ffb4f153ba3578fdfcf4a16c1d0302b026addab0.tar.bz2 | |
Added infinite scrolling
Diffstat (limited to 'Resources/friendship/core/DataManipulation.js')
| -rw-r--r-- | Resources/friendship/core/DataManipulation.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Resources/friendship/core/DataManipulation.js b/Resources/friendship/core/DataManipulation.js index e582ed9..ae18a89 100644 --- a/Resources/friendship/core/DataManipulation.js +++ b/Resources/friendship/core/DataManipulation.js @@ -5,4 +5,5 @@  	fs.data.reverseChronoLikedIDs = Array();  	fs.data.numLikesFetched = 0;  	fs.data.NUM_LIKES_PER_FETCH = 20; +	fs.data.isQueryingMore = false;  })();
\ No newline at end of file | 
