Skip to content

Commit

Permalink
readability typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MarHai committed Jun 19, 2017
1 parent 4e86243 commit a6ce08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrape.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ if(oConfig.uid === null) {
data: JSON.stringify(oConfig.aRESTdata)
}
});
oPage.wait(oConfig.timeout);
this.wait(oConfig.timeout);
});
}

Expand Down

0 comments on commit a6ce08d

Please sign in to comment.