mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-11-04 01:23:01 +00:00 
			
		
		
		
	Fix typo in codemirror editor
This commit is contained in:
		@@ -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]);
 | 
			
		||||
					}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user