Open MB34 opened 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.
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.