diff options
Diffstat (limited to 'Resources/friendship/core/DataManipulation.js')
| -rw-r--r-- | Resources/friendship/core/DataManipulation.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Resources/friendship/core/DataManipulation.js b/Resources/friendship/core/DataManipulation.js new file mode 100644 index 0000000..e582ed9 --- /dev/null +++ b/Resources/friendship/core/DataManipulation.js @@ -0,0 +1,8 @@ +(function() { + fs.data = {}; + fs.data.friends = Array(); + fs.data.likeIDs = Array(); + fs.data.reverseChronoLikedIDs = Array(); + fs.data.numLikesFetched = 0; + fs.data.NUM_LIKES_PER_FETCH = 20; +})();
\ No newline at end of file |
