From 200cd3ec090d5d5eb540c3cf6ecb7208525999dd Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 21 May 2013 09:53:16 -0400 Subject: [PATCH] minor changes --- lib/client/editor/_codemirror.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor/_codemirror.js b/lib/client/editor/_codemirror.js index ca095a03..bd152e5e 100644 --- a/lib/client/editor/_codemirror.js +++ b/lib/client/editor/_codemirror.js @@ -208,7 +208,7 @@ var CloudCmd, Util, DOM, CodeMirror; }; /* добавляем обработчик клавишь */ - DOM.Events.add( lKeyListener ); + DOM.Events.addKey( lKeyListener ); DOM.setButtonKey('f4', CodeMirrorEditor.show); };