aboutsummaryrefslogtreecommitdiffstats
path: root/Resources/friendship/ui/LikeList.js
diff options
context:
space:
mode:
Diffstat (limited to 'Resources/friendship/ui/LikeList.js')
-rw-r--r--Resources/friendship/ui/LikeList.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js
index 793a836..69b44a7 100644
--- a/Resources/friendship/ui/LikeList.js
+++ b/Resources/friendship/ui/LikeList.js
@@ -278,7 +278,8 @@
ll_view.addEventListener("scrollEnd", function(e) {
Ti.API.info("scroll ended");
- Ti.API.info(e.contentOffset);
+ Ti.API.info(e.contentOffset.y);
+ Ti.API.info(ll_view.height);
});
return ll_view;