From 6a772bcc77d42a156bfe7e80b6c58b7cb2455d88 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 2 Apr 2016 23:07:07 -0400 Subject: [PATCH] Add missing jQuery attribution for minified code block * talk.tex: jQuery attribution for minified code block (URL to minified file) --- talk.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/talk.tex b/talk.tex index bfa36c8..f0ae672 100644 --- a/talk.tex +++ b/talk.tex @@ -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?