Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected Identifier #31

Open
MB34 opened this issue Feb 16, 2016 · 0 comments
Open

Unexpected Identifier #31

MB34 opened this issue Feb 16, 2016 · 0 comments

Comments

@MB34
Copy link

MB34 commented Feb 16, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant