From a6ce08d47451e42563dd9227ef24ff18c8d4651b Mon Sep 17 00:00:00 2001 From: Mario Haim Date: Mon, 19 Jun 2017 08:27:14 +0200 Subject: [PATCH] readability typo fixed --- scrape.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape.js b/scrape.js index 4fc453d..903a450 100644 --- a/scrape.js +++ b/scrape.js @@ -244,7 +244,7 @@ if(oConfig.uid === null) { data: JSON.stringify(oConfig.aRESTdata) } }); - oPage.wait(oConfig.timeout); + this.wait(oConfig.timeout); }); }