From fee7676065c0016e999b2069b6a2b1a28d2b48d4 Mon Sep 17 00:00:00 2001 From: jordan lavatai Date: Thu, 29 Jun 2017 21:33:51 -0700 Subject: [PATCH] syntax stuff --- client.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client.js b/client.js index 5607fa7..1c03da4 100644 --- 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) { -- 2.18.0