aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnqi Xu2012-06-24 06:03:30 -0400
committerAnqi Xu2012-06-24 06:03:30 -0400
commit8bb66e15a05f26261ac0f20d55ce283c0950725b (patch)
tree93a06115f30616c30a2827959ba9765ff4fd0efc
parent50c4169dc1f769e20f5c64f6ec959f87bea35716 (diff)
downloadLikeFeed-8bb66e15a05f26261ac0f20d55ce283c0950725b.tar.bz2
temp fix
-rw-r--r--Resources/friendship/ui/LikeList.js10
-rw-r--r--tiapp.xml2
2 files changed, 2 insertions, 10 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');
diff --git a/tiapp.xml b/tiapp.xml
index 9cc4a2f..6c7786d 100644
--- a/tiapp.xml
+++ b/tiapp.xml
@@ -7,7 +7,7 @@
<target device="android">false</target>
<target device="blackberry">false</target>
</deployment-targets>
- <sdk-version>1.6.2</sdk-version>
+ <sdk-version>2.0.2.GA</sdk-version>
<id>com.likefeed.LikeFeed</id>
<name>LikeFeed</name>
<version>1.0</version>