mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
minor changes
This commit is contained in:
parent
1038e1a028
commit
e65ec7fb9f
1 changed files with 2 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
/* removing keyBinding if set */
|
||||
CloudCommander.keyBinded = false;
|
||||
|
||||
var lParent = this;
|
||||
var initCodeMirror_f = function(pValue){
|
||||
CodeMirror(lCloudEditor,{
|
||||
mode : 'xml',
|
||||
|
|
@ -76,7 +77,7 @@ CloudCommander.Editor.CodeMirror = {
|
|||
autofocus : true,
|
||||
extraKeys: {
|
||||
//Сохранение
|
||||
"Esc": this.hide(this)
|
||||
"Esc": lParent.hide(this)
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue