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

script.js #138

Open
ghorvat opened this issue Nov 11, 2015 · 1 comment
Open

script.js #138

ghorvat opened this issue Nov 11, 2015 · 1 comment

Comments

@ghorvat
Copy link

ghorvat commented Nov 11, 2015

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!

@bencorlett
Copy link
Contributor

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.

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

No branches or pull requests

2 participants