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 dfc01c1..187848c 100644
--- a/Resources/friendship/ui/LikeList.js
+++ b/Resources/friendship/ui/LikeList.js
@@ -271,7 +271,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;