Fix minor style issue

This commit is contained in:
pyoor 2017-05-31 15:41:02 -04:00
parent 5726fc4e2c
commit 96d2ffa450
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ make.text = {
any: function() {
// Generate a string compromised of random individual characters
// This might be too slow to used for all 'texts' uses
let s = "";
let s = '';
// TODO: Len calculation take from DOMFuzz - maybe we should revise this?
let len = random.number(1000) * random.number(10) + random.number(10)
for (let i=0; i<len; i++) {