Upgrade to CodeMirror 2.36

This commit is contained in:
Matt Pass
2012-11-28 16:47:52 +00:00
parent 801471a105
commit 6e176cdda7
19 changed files with 5 additions and 2 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

@@ -39,7 +39,7 @@ include($settingsFile);
// Add ICEcoder settings to beginning of $ICEcoder array
$ICEcoder = array(
"versionNo" => "1.1",
"codeMirrorDir" => "CodeMirror-2.35",
"codeMirrorDir" => "CodeMirror-2.36",
"demoMode" => false
)+$ICEcoder;