mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Fix typo in codemirror editor
This commit is contained in:
parent
951147d502
commit
b1b9c7d6cd
@ -37,7 +37,7 @@ if($tw.browser) {
|
||||
|
||||
if(configOptions) {
|
||||
if(configOptions["require"]) {
|
||||
if($tw.utils.isArray(configOptions["require"]) {
|
||||
if($tw.utils.isArray(configOptions["require"])) {
|
||||
for (var index=0; index < configOptions["require"].length; index++) {
|
||||
require(configOptions["require"][index]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user