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

Fixes issues that caused IE7/8 to fail #105

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dfadler
Copy link

@dfadler dfadler commented Apr 24, 2014

Reported #103

For some reason the else block test/parse.js and test/stringify.js are causing IE 7/8 to fail.
https://github.com/visionmedia/node-querystring/blob/master/test/parse.js#L3
https://github.com/visionmedia/node-querystring/blob/master/test/stringify.js#L4

To confirm the changes in the src are working property you will need to comment out the following within the else block of each of the previously mentioned file.

var qs = require('../')
    , expect = require('expect.js');

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.

1 participant