-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels