Guest User

Untitled

a guest
Jan 17th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. //Extract from app.js
  2. // Extracting endpoint parameters
  3. var parameters = {
  4. 'question': $('#ctrlfField').val(), //question value
  5. 'text': $('#documentText').text(), //text value
  6. 'numberOfItems': NUM_RESULTS //Int describing how many answers we want
  7. };
Add Comment
Please, Sign In to add comment