Skip to content

Instantly share code, notes, and snippets.

@marianomike
Created August 27, 2016 17:39
Show Gist options
  • Save marianomike/82513c80df1ddc3ab0cff4aa581e793f to your computer and use it in GitHub Desktop.
Save marianomike/82513c80df1ddc3ab0cff4aa581e793f to your computer and use it in GitHub Desktop.
function alert(title, message){
var app = [NSApplication sharedApplication];
[app displayDialog:message withTitle:title];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment