(user_id, item_id)
| 164 | } |
| 165 | |
| 166 | function recommendedUsersUrl(user_id, item_id) { |
| 167 | return fullEndpoint("/js/share") + |
| 168 | "&user=" + user_id + |
| 169 | "&item=" + item_id; |
| 170 | } |
| 171 | |
| 172 | function attributeString(attributeNames) { |
| 173 | return attributeNames.join(","); |
no test coverage detected