From 98f06394d2c28990c7d02b0c5ed7effc1fd5815b Mon Sep 17 00:00:00 2001 From: vkservicesllc <35149642+vkservicesllc@users.noreply.github.com> Date: Wed, 7 Nov 2018 14:34:36 -0500 Subject: [PATCH] Update jsonCap.js --- ajax-requests/js/jsonCap.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ajax-requests/js/jsonCap.js b/ajax-requests/js/jsonCap.js index d771472..57a7da9 100644 --- a/ajax-requests/js/jsonCap.js +++ b/ajax-requests/js/jsonCap.js @@ -1,3 +1,5 @@ +(funtion() { console.log('jsonCap.js is running...'); }()); + function captureJSON() { var xhr = new XMLHttpRequest(); xhr.onload = function() {