From be42d19f5e2490e7361f4e9c3e44d23efa866e8d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 17 Jul 2012 13:35:10 -0400 Subject: [PATCH] fixed bug parent object of function hide --- lib/client/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/editor.js b/lib/client/editor.js index 798bd978..b2d8a9b5 100644 --- a/lib/client/editor.js +++ b/lib/client/editor.js @@ -50,7 +50,7 @@ CloudCommander.Editor.CloudMirror = { lineWrapping: true, extraKeys: { //Сохранение - "Esc": pParent.hide + "Esc": pParent.hide(pParent) }, onLoad: pParent.show() });