Skip to content

Instantly share code, notes, and snippets.

@kevinvaldek
Created November 17, 2009 19:44
Show Gist options
  • Save kevinvaldek/237204 to your computer and use it in GitHub Desktop.
Save kevinvaldek/237204 to your computer and use it in GitHub Desktop.
app.loader.spin();
app.notice.fadeIn(app.i18n['welcome']);
app.confirm('This will open an alert dialog, proceed anyway?', function() { alert('Oh, no!'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment