Browse Source

Wrap for full

master
Igor Zhukov 10 years ago
parent
commit
6b3cdf46eb
  1. 9
      app/js/services.js

9
app/js/services.js

@ -273,15 +273,6 @@ angular.module('myApp.services', []) @@ -273,15 +273,6 @@ angular.module('myApp.services', [])
function wrapForFull (id) {
var user = getUser(id);
user.thumb = {
placeholder: 'img/placeholders/UserAvatar'+((Math.abs(id) % 8) + 1)+'@2x.png',
location: user && user.photo && user.photo.photo_small,
width: 120,
height: 120,
size: 0
};
user.peerString = getUserString(id);
return user;
}

Loading…
Cancel
Save