mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Big linting
This commit is contained in:
parent
b5e6d049ce
commit
aef6bd3d59
58 changed files with 2074 additions and 1856 deletions
|
@ -36,6 +36,7 @@ var performTest = function(){
|
|||
var log = createLog();
|
||||
log.createLine("test " + name, "h3");
|
||||
var line = log.createLine("");
|
||||
var line2;
|
||||
var time = 0;
|
||||
var time2 = 0;
|
||||
var min = Number.POSITIVE_INFINITY;
|
||||
|
@ -80,7 +81,7 @@ var performTest = function(){
|
|||
}
|
||||
window.setTimeout(run, 10);
|
||||
});
|
||||
var line2 = log.createLine("");
|
||||
line2 = log.createLine("");
|
||||
};
|
||||
}();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue