1
0
Fork 0

Add missing jQuery attribution for minified code block

* talk.tex: jQuery attribution for minified code block (URL to minified file)
master
Mike Gerwitz 2016-04-02 23:07:07 -04:00
parent a90d66363f
commit 6a772bcc77
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
1 changed files with 1 additions and 0 deletions

View File

@ -858,6 +858,7 @@ a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),
k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k)
:m.push(k),n.event.global[o]=!0)}}
\end{verbatim}
{\scriptsize https://code.jquery.com/jquery-2.2.1.min.js}
\lecture{This is an example of minified code---a snippet of jQuery's
minified sources for an 'add' method. Real quick---what do each
of those arguments mean? What does this function do?