(path)
| 132 | } |
| 133 | |
| 134 | function fullEndpoint(path) { |
| 135 | return params.endpoint + path + "?consumer_key=" + params.consumer; |
| 136 | } |
| 137 | |
| 138 | function actionUrl(type, user_id, item_id, rlabs, source, rectag, position, click_only, extra_data) { |
| 139 | return fullEndpoint("/js/action/new") + |
no outgoing calls
no test coverage detected