aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.DS_Storebin6148 -> 0 bytes
-rw-r--r--.gitignore1
-rw-r--r--Resources/friendship/ui/LikeList.js2
3 files changed, 2 insertions, 1 deletions
diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index 5008ddf..0000000
--- a/.DS_Store
+++ /dev/null
Binary files differ
diff --git a/.gitignore b/.gitignore
index c1d0ded..d298c10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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,