We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314c78d commit bbd5b1cCopy full SHA for bbd5b1c
tests/perf/index.html
@@ -24,6 +24,7 @@
24
var match = /[?&]version=([^&]+)/.exec(location.search);
25
var version = match ? match[1] : null;
26
var knownVersion = {
27
+ '3.1.0': true,
28
'3.0.0': true,
29
'2.0.0': true,
30
'1.5.1': true
0 commit comments