From 3474c3871469246389f7e7d13415a1a527f35f46 Mon Sep 17 00:00:00 2001 From: Vasa Date: Sun, 28 May 2017 17:34:29 -0700 Subject: [PATCH] Update event-bubbling.js --- js/event-bubbling.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/event-bubbling.js b/js/event-bubbling.js index 618a9c2..55c8369 100644 --- a/js/event-bubbling.js +++ b/js/event-bubbling.js @@ -3,6 +3,7 @@ * * @Reference: * http://javascript.info/tutorial/bubbling-and-capturing + * https://www.sitepoint.com/event-bubbling-javascript/ * http://stackoverflow.com/questions/4616694/what-is-event-bubbling-and-capturing * http://javascript.info/tutorial/mouse-events *