diff options
| author | David Stone <davidjamesstone@gmail.com> | 2019-06-15 19:22:27 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-15 11:22:27 -0700 |
| commit | 76329cf610af1612d4e9c562a1ee3a4dd6082a37 (patch) | |
| tree | aa1959e3ee1dba121bea06acb400c6d1d6c6a366 /website/benchmarks.html | |
| parent | 7b06aa37342c021f9f1fac99125847d134e67001 (diff) | |
Fixes benchmark page spinner on Edge #2508 (#2525)
Diffstat (limited to 'website/benchmarks.html')
| -rw-r--r-- | website/benchmarks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/benchmarks.html b/website/benchmarks.html index fd68faee2..8b2b44d72 100644 --- a/website/benchmarks.html +++ b/website/benchmarks.html @@ -230,7 +230,7 @@ <script src="https://unpkg.com/d3@5.7.0/dist/d3.min.js"></script> <script src="https://unpkg.com/c3@0.6.7/c3.min.js"></script> - <!-- Run "deno bundle app.ts" to generate app.bundle.js --> + <!-- Run "deno bundle app.ts app.bundle.js" to generate app.bundle.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js"></script> <script src="app.bundle.js"></script> <script> |
