This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var following = [], | |
followers = [], | |
followersCount = 0, | |
followingCount = 0, | |
scrolledFollowersCount = 0, | |
scrolledFollowingCount = 0, | |
hashtagCount, | |
scrollingCount = 0; // temp variable to store the count for following and followers while scrolling | |
function diff(array) { |