Skip to content

Commit 53bdce2

Browse files
committed
Finished plugin
1 parent 6a31150 commit 53bdce2

File tree

5 files changed

+293
-608
lines changed

5 files changed

+293
-608
lines changed

plugins/xhrCache/XHRCreep.js

Lines changed: 0 additions & 210 deletions
This file was deleted.

plugins/xhrCache/example.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
</head>
1313
<body>
1414
<script src="../../jSQL.js"></script>
15-
<script src="./XHRCreep.js"></script>
1615
<script src="./jSQL.xhrCache.js"></script>
1716
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
1817
<script>
19-
//jSQL.xhrCache.logging = true;
2018

2119
(function recurse(i){
2220
nativeGet(function(resp){
@@ -70,7 +68,6 @@
7068
var xhttp = window.XMLHttpRequest ? new XMLHttpRequest() : new ActiveXObject("Microsoft.XMLHTTP");
7169
xhttp.onreadystatechange = function() {
7270
if (this.readyState == 4 && this.status == 200){
73-
console.log(this);
7471
cb(this.responseText);
7572
}
7673
};

0 commit comments

Comments
 (0)