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

Make the library compatible with browser environment and get rid of underscore dependency #15

Merged
merged 1 commit into from Mar 11, 2014

Conversation

sergi
Copy link
Contributor

@sergi sergi commented Jul 23, 2013

This patch makes JSONPath compatible with the browser environment without changing its usage for Node.js. It also gets rid of the underscore.js dependency, which was only used for the Array.isArray static method, which is now polyfilled in case the target platform doesn't contain the method.

@rksm
Copy link
Contributor

rksm commented Oct 23, 2013

Is there a reason why this wasn't merged yet?

s3u added a commit that referenced this pull request Mar 11, 2014
Make the library compatible with browser environment and get rid of underscore dependency
@s3u s3u merged commit 1abc5c3 into JSONPath-Plus:master Mar 11, 2014
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

Successfully merging this pull request may close these issues.

None yet

3 participants