Skip to content

Instantly share code, notes, and snippets.

@davglass
Created April 20, 2009 13:16
Show Gist options
  • Save davglass/98529 to your computer and use it in GitHub Desktop.
Save davglass/98529 to your computer and use it in GitHub Desktop.
var focusedEditor = null;
myEditor1.on('editorWindowFocus', function() {
focusedEditor = myEditor1;
});
myEditor2.on('editorWindowFocus', function() {
focusedEditor = myEditor2;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment