Skip to content

Instantly share code, notes, and snippets.

@sevifives
Created July 11, 2011 13:54
Show Gist options
  • Save sevifives/1075891 to your computer and use it in GitHub Desktop.
Save sevifives/1075891 to your computer and use it in GitHub Desktop.
var fr = YourApp.getPath('bodyPage.mainPane.firstResponder');
if (fr && fr.commitEditing) { fr.commitEditing(); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment