Skip to content

Fixes issues that caused IE7/8 to fail #105

New issue

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

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

Already on GitHub? # to your account

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');

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

Successfully merging this pull request may close these issues.

1 participant