Skip to content

Instantly share code, notes, and snippets.

@Raynos

Raynos/x.js Secret

Last active December 11, 2015 02:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raynos/aa556a5b013772bb01fe to your computer and use it in GitHub Desktop.
Save Raynos/aa556a5b013772bb01fe to your computer and use it in GitHub Desktop.
ever(elements.send).on("click", function () {
/* stuff */
doc.add({
bucket: "answer"
, answer: {
answer: message
}
, name: name
, hangoutParticipant: participant
, type: question.type
, question: question
, ts: Date.now()
})
/* stuff */
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment