Update coordinates_index.js

pull/2/head
Andreas Gysin 2021-02-20 11:17:15 +01:00
rodzic 2b687e5ad1
commit 4157887299
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6,7 +6,7 @@
*/
// Global variables have scope in the whole module.
const pattern = '|▁|▂|▃|▄|▅|▆|▇|▆|▅|▄|▃|▂'
const pattern = '| |▁|▂|▃|▄|▅|▆|▇|▆|▅|▄|▃|▂|▁'
// Resize the browser window to modify the pattern.
export function main(coord, context, cursor, buffer) {