aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorAnqi Xu2012-06-24 06:03:30 -0400
committerAnqi Xu2012-06-24 06:03:30 -0400
commit8bb66e15a05f26261ac0f20d55ce283c0950725b (patch)
tree93a06115f30616c30a2827959ba9765ff4fd0efc /Resources
parent50c4169dc1f769e20f5c64f6ec959f87bea35716 (diff)
downloadLikeFeed-8bb66e15a05f26261ac0f20d55ce283c0950725b.tar.bz2
temp fix
Diffstat (limited to 'Resources')
-rw-r--r--Resources/friendship/ui/LikeList.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js
index 3ff885f..2dfd46d 100644
--- a/Resources/friendship/ui/LikeList.js
+++ b/Resources/friendship/ui/LikeList.js
@@ -57,8 +57,6 @@
function create_row( key )
{
- // Ti.UI.createAlertDialog( {title:"key " + key.name} ).show();
-
// Reason for Factory: templating format of the row
var row = Ti.UI.createTableViewRow();
@@ -69,12 +67,6 @@
}));
});
- /*
- fan_count
- page_url
- website
- */
-
var profile_icon = Ti.UI.createImageView({
image:key.pic_square,
width:50,
@@ -203,7 +195,7 @@
var loading = fs.ui.createLoadingView();
ll_view.add(loading);
- add_test_data( ll_view );
+ //add_test_data( ll_view );
//Ti.App.fireEvent('app:show.loader');