mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(edit) Edit.goToLine -> edward.goToLine
This commit is contained in:
parent
5e0bbf3ecb
commit
60971d7cce
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ var CloudCmd, Util, DOM, CloudFunc, MenuIO, Format, edward;
|
|||
name : 'goToLine',
|
||||
bindKey : { win: 'Ctrl-G', mac: 'Command-G' },
|
||||
exec : function () {
|
||||
Edit.goToLine();
|
||||
edward.goToLine();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue