Fix sublime text changing the indentation on this line

This commit is contained in:
Sainan 2020-04-18 17:18:39 +02:00
parent b7fa863f41
commit 4a29cea3a7

View File

@ -2050,5 +2050,5 @@ ensureDomLoaded(()=>{
}
//Insertion point for bypasses detecting certain DOM elements which may appear up to 10 seconds after page load. Bypasses here will no longer need to call ensureDomLoaded.
},100)
setTimeout(()=>clearInterval(dT),10000)
setTimeout(()=>clearInterval(dT),10000)//
},true)