* Cleanup for emiting edit position

This commit is contained in:
Bryan Ashby 2015-07-06 23:26:16 -06:00
parent ab39fcd1ba
commit 06648403cc
2 changed files with 18 additions and 24 deletions

View file

@ -176,7 +176,7 @@ function FullScreenEditorModule(options) {
self.viewControllers.header.removeFocus();
self.viewControllers.body.switchFocus(1);
self.getBodyView().on('cursor position', function cursorPosUpdate(pos) {
self.getBodyView().on('edit position', function cursorPosUpdate(pos) {
self.updateEditModePosition(pos);
});