syntax stuff
authorjordan lavatai <jordanlavatai@gmail.com>
Fri, 30 Jun 2017 04:33:51 +0000 (21:33 -0700)
committerjordan lavatai <jordanlavatai@gmail.com>
Fri, 30 Jun 2017 04:33:51 +0000 (21:33 -0700)
client.js

index 5607fa7..1c03da4 100644 (file)
--- a/client.js
+++ b/client.js
@@ -4,11 +4,6 @@ document.title = "Strapp.io Client"
 body.appendChild(root)
 document.body = body
 
-/*************/
-/* UNTESTED */
-/************
-
-
 /* Poll the server. Send get request, wait for timeout, send another request.
    Do this until...? Can be used for either reconnecting or waiting for answer*/
 function pollServerTimeout(url, data, resolve, reject) {