diff options
| -rw-r--r-- | .DS_Store | bin | 6148 -> 0 bytes | |||
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Resources/friendship/ui/LikeList.js | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store Binary files differdeleted file mode 100644 index 5008ddf..0000000 --- a/.DS_Store +++ /dev/null @@ -1,2 +1,3 @@ tmp build +.DS_Store diff --git a/Resources/friendship/ui/LikeList.js b/Resources/friendship/ui/LikeList.js index 64850f0..7b2e037 100644 --- a/Resources/friendship/ui/LikeList.js +++ b/Resources/friendship/ui/LikeList.js @@ -14,7 +14,7 @@ */ var profile_icon = Ti.UI.createImageView({ - url:key.pic_square, + image:key.pic_square, width:50, height:50, left:0, |
