Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. const studyConfig = {
  2. name: self.addonId,
  3. duration: 7,
  4. surveyUrls: {
  5. 'end-of-study': 'some/url',
  6. 'user-ended-study': 'some/url',
  7. 'ineligible': null
  8. },
  9. variations: {
  10. 'control': () => {},
  11. 'v2': () => feature.which(true)
  12. }
  13. };
  14. console.log('studyConfig: ', studyConfig);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement