diff options
| author | Teddy Wing | 2012-06-23 23:19:21 -0400 |
|---|---|---|
| committer | Teddy Wing | 2012-06-23 23:19:21 -0400 |
| commit | d71ffcaf85507b00fc4d545f1f1d2ca58283f21e (patch) | |
| tree | 0a8e52fcf1514a4fe321311ae366140dd2be4086 | |
| parent | a39d0d7749104c16e269f48059d43d7b8ec15ca1 (diff) | |
| download | LikeFeed-d71ffcaf85507b00fc4d545f1f1d2ca58283f21e.tar.bz2 | |
LikeList: changed ImageView 'url' key to 'image' because 'url' is deprecated apparently.
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 9ba9bd5..7ed3fe2 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -5,7 +5,7 @@ var row = Ti.UI.createTableViewRow(); var profile_icon = Ti.UI.createImageView({ - url:"images/fb_test_profile.jpg", + image:"images/fb_test_profile.jpg", width:50, height:50, left:0, |
