mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
fixed bug parent object of function hide
This commit is contained in:
parent
4429e2a3e9
commit
14f5f6a9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ CloudCommander.Editor.CloudMirror = {
|
|||
lineWrapping: true,
|
||||
extraKeys: {
|
||||
//Сохранение
|
||||
"Esc": pParent.hide
|
||||
"Esc": pParent.hide(pParent)
|
||||
},
|
||||
onLoad: pParent.show()
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue