-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Don't assume the browser environment in src/, run a smoke-test on Node #1950
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
Comments
mgol
added a commit
to mgol/jquery
that referenced
this issue
Dec 18, 2014
mgol
added a commit
to mgol/jquery
that referenced
this issue
Dec 18, 2014
mgol
added a commit
to mgol/jquery
that referenced
this issue
Dec 18, 2014
mgol
added a commit
to mgol/jquery
that referenced
this issue
Dec 26, 2014
mgol
added a commit
to mgol/jquery
that referenced
this issue
Jul 28, 2015
Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs 842958e
mgol
added a commit
to mgol/jquery
that referenced
this issue
Jul 28, 2015
Fixes jquerygh-2133 Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs 842958e
mgol
added a commit
to mgol/jquery
that referenced
this issue
Jul 28, 2015
Fixes jquerygh-2133 Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs jquerygh-2504 Refs 842958e
mgol
added a commit
to mgol/jquery
that referenced
this issue
Aug 16, 2015
Fixes jquerygh-2133 Fixes jquerygh-2501 Closes jquerygh-2504 Refs jquerygh-1950 Refs jquerygh-1949 Refs jquerygh-2397 Refs jquerygh-1537 Refs jquerygh-2504 Refs 842958e
mgol
added a commit
that referenced
this issue
Nov 10, 2015
This has been backported to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since we want to support Node.js on the
master
branch, we cannot rely on globals exceptwindow
(that is passed to the factory) andsetTimeout
/clearTimeout
/setInterval
/clearInterval
.jsHint config should be updated and we should have basic Node smoke-testing so that issues like #1788 don't happen in the future.
The text was updated successfully, but these errors were encountered: