Upgrade CodeMirror to 3.02

This commit is contained in:
Matt Pass
2013-02-09 13:27:13 +00:00
parent df74757e83
commit 82ab3faca3
22 changed files with 7 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -46,7 +46,7 @@ include($settingsFile);
// Add ICEcoder settings to beginning of $ICEcoder array
$ICEcoder = array(
"versionNo" => "1.6",
"codeMirrorDir" => "CodeMirror-3.01",
"codeMirrorDir" => "CodeMirror-3.02",
"demoMode" => false
)+$ICEcoder;