From 464030808ca385687c3438cb8ab9bb98c288fdad Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 30 Dec 2012 19:20:43 +0000 Subject: [PATCH] No need to preload the snippet display Doesn't help with repainting issue --- editor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor.php b/editor.php index 94ad622..edf0726 100644 --- a/editor.php +++ b/editor.php @@ -223,8 +223,6 @@ function createNewCMInstance(num) { var codeFoldBrace = CodeMirror.newFoldFunction(CodeMirror.braceRangeFinder); - - \ No newline at end of file