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

update mongous.prototype.find function to let the mongous to be used widely #28

Merged
merged 3 commits into from
Jul 19, 2013
Merged

Conversation

zjuwwq
Copy link

@zjuwwq zjuwwq commented Apr 18, 2013

i instanceof Object is not a good way to check type.
when i use mongous on node-webkit, the source code is running in window(web global context) , the Object is window.Object not global.Object(nodejs context), so check type is failed.
so mongous can not be use in node-webkit.
I fixed it.

@amark
Copy link
Owner

amark commented Jul 19, 2013

Oh my goodness, github has not been emailing me about issues. I only now noticed this and the other one! So sorry, I'll try and merge these in soon. Thank you so much!

amark added a commit that referenced this pull request Jul 19, 2013
update mongous.prototype.find function to let the mongous to be used widely
@amark amark merged commit 4243c5e into amark:master Jul 19, 2013
@amark
Copy link
Owner

amark commented Jul 19, 2013

@zjuwwq, Made you a collaborator as well.

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.

2 participants