mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 10:38:26 +00:00
fixed bug parent object of function hide
This commit is contained in:
parent
c1a8b5659f
commit
be42d19f5e
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