winfinit / aamvajs

AAMVA parser
BSD 3-Clause "New" or "Revised" License
35 stars 28 forks source link

example.html trying to call functions that are already returned as values #4

Open sparr opened 7 years ago

sparr commented 7 years ago

while assembling the output to stripe(), the id function gets called inline and id is populated as a string, not a function.

then in example.html, parse_stripe tries to call output.id() when it should be just using output.id as-is.