fix(edit) Edit.goToLine -> edward.goToLine

This commit is contained in:
coderaiser 2015-02-17 10:35:41 -05:00
parent 5e0bbf3ecb
commit 60971d7cce

View file

@ -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();
}
});