fixed bug parent object of function hide

This commit is contained in:
coderaiser 2012-07-17 13:35:10 -04:00
parent 4429e2a3e9
commit 14f5f6a9f4

View file

@ -50,7 +50,7 @@ CloudCommander.Editor.CloudMirror = {
lineWrapping: true,
extraKeys: {
//Сохранение
"Esc": pParent.hide
"Esc": pParent.hide(pParent)
},
onLoad: pParent.show()
});