Guest User

Untitled

a guest
Nov 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. initGraph(totalPaymentOutstanding / creditLimit, totalPayment / creditLimit
  2. , minPayment / totalPayment);
  3.  
  4. var initGraph = function(totalOutstanding, totalPayment, minPayment) {
  5. //code here
  6. ....
  7. ..
  8. }
Add Comment
Please, Sign In to add comment