fixed bug parent object of function hide

This commit is contained in:
coderaiser 2012-07-17 13:35:10 -04:00
parent c1a8b5659f
commit be42d19f5e

View file

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