We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180d789 commit 4a21978Copy full SHA for 4a21978
1 file changed
syntaxur/index.html
@@ -47,7 +47,7 @@ <h1>syntaxur</h1>
47
48
$("#time").text("Highlighting (not including DOM manipulation) took: " + (t2-t1) + "ms");
49
$("code").html(html);
50
- });
+ },50);
51
},500);
52
});
53
0 commit comments