We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
Just a short question what does this
!function (e, t) { "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document)throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) }
do its the beginning of the script.js
Thank you!
The text was updated successfully, but these errors were encountered:
That looks like the mini died output of jQuery itself. It's not a source file but a compiled file.
Sent from my iPhone
Please excuse my brevity
On 11 Nov 2015, at 11:14 PM, Goran Horvat [email protected] wrote: Hey! Just a short question what does this !function (e, t) { "object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) { if (!e.document)throw new Error("jQuery requires a window with a document"); return t(e) } : t(e) } do its the beginning of the script.js Thank you! — Reply to this email directly or view it on GitHub.
On 11 Nov 2015, at 11:14 PM, Goran Horvat [email protected] wrote:
— Reply to this email directly or view it on GitHub.
Sorry, something went wrong.
No branches or pull requests
Hey!
Just a short question what does this
!function (e, t) {
"object" == typeof module && "object" == typeof module.exports ? module.exports = e.document ? t(e, !0) : function (e) {
if (!e.document)throw new Error("jQuery requires a window with a document");
return t(e)
} : t(e)
}
do its the beginning of the script.js
Thank you!
The text was updated successfully, but these errors were encountered: