Update jsonCap.js

This commit is contained in:
vkservicesllc
2018-11-07 14:34:36 -05:00
committed by GitHub
parent 0966ec56a2
commit 98f06394d2

View File

@@ -1,3 +1,5 @@
(funtion() { console.log('jsonCap.js is running...'); }());
function captureJSON() { function captureJSON() {
var xhr = new XMLHttpRequest(); var xhr = new XMLHttpRequest();
xhr.onload = function() { xhr.onload = function() {