EloquentStudio / StreamTable.js

StreamTable.js streams data for tables in the background, updates and renders them using templating frameworks like Mustache.js, HandleBars.js
http://eloquentstudio.github.io/StreamTable.js/stream.html
MIT License
385 stars 77 forks source link

Unexpected Identifier #31

Open MB34 opened 8 years ago

MB34 commented 8 years ago

I'm getting an unexpected identifier on line 174:

eval("textFunc = function(d) { return (" + cond_str.join(" + ' ' + ") + "); }");

This is the resulting data:

textFunc = function(d) { return (d.FILENAME + ' ' + d.DOC_NAME + ' ' + d.PRINT_DATE + ' ' + d.EVENT_CODE + ' ' + d.STATE + ' ' + d.DESIGNATION + ' ' + d.PROGRAM_CODE + ' ' + d.COURSE NAME + ' ' + d.DISTRIBUTION + ' ' + d.YEAR); }

What could be the cause of this? Using version 1.1.1 that I just downloaded.