Skip to content

Instantly share code, notes, and snippets.

@MihailoJoksimovic
Created March 26, 2013 14:57
Show Gist options
  • Save MihailoJoksimovic/5246005 to your computer and use it in GitHub Desktop.
Save MihailoJoksimovic/5246005 to your computer and use it in GitHub Desktop.
getPotentialAnswerDoctypes: function(buyerId, sellerId, document) {
var doctypesFormatted = new Array();
if (!document.get('answered') || document.get('another_answer_allowed')) {
var workflowId = this.getWorkflowForBuyerAndSeller(buyerId, sellerId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment