Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -185,7 +185,7 @@
|
|
185 |
render();
|
186 |
status('Error tokenizing. See console.');
|
187 |
}
|
188 |
-
|
189 |
|
190 |
function render(){
|
191 |
const tokens = Array.isArray(state.tokens) ? state.tokens : [];
|
|
|
185 |
render();
|
186 |
status('Error tokenizing. See console.');
|
187 |
}
|
188 |
+
}
|
189 |
|
190 |
function render(){
|
191 |
const tokens = Array.isArray(state.tokens) ? state.tokens : [];
|