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

Harding uri.js dependency, avoid 1.18.11+ #146

Merged
merged 1 commit into from Aug 9, 2017

Conversation

jeff-phillips-18
Copy link
Member

uri.js 1.18.11 requires Number.isInteger which is not supported by all of our supported browsers.

uri.js 1.18.11 requires Number.isInteger which is not supported by all
of our supported browsers.
@spadgett
Copy link
Member

spadgett commented Aug 9, 2017

@jeff-phillips-18 Thanks for tracking this down. We should probably report this issue upstream in uri.js. Number.isInteger doesn't seem to be supported at all on IE.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isInteger

@jeff-phillips-18
Copy link
Member Author

I believe it is supported by IE 12

https://www.w3schools.com/jsref/jsref_isinteger.asp

@jeff-phillips-18
Copy link
Member Author

medialize/URI.js#350

@jeff-phillips-18 jeff-phillips-18 merged commit 7f91b5a into openshift:master Aug 9, 2017
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

2 participants