Browse Source

remove end of line white space..

main
John-Mark Gurney 6 years ago
parent
commit
eca6eff75b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      root/js/solardash.file.jspp

+ 1
- 1
root/js/solardash.file.jspp View File

@@ -81,7 +81,7 @@ WebSocketTest.prototype.processNextItem = function () {


var wst = this; var wst = this;
setTimeout(function() { setTimeout(function() {
item[1](wst);
item[1](wst);
wst.processNextItem(); wst.processNextItem();
}, item[0]); }, item[0]);




Loading…
Cancel
Save