1
0
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:
Jermolene 2014-01-25 14:07:10 +00:00
parent 951147d502
commit b1b9c7d6cd

View File

@ -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]);
}