Skip to content

Instantly share code, notes, and snippets.

@AgtLucas
Created March 19, 2014 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AgtLucas/9640260 to your computer and use it in GitHub Desktop.
Save AgtLucas/9640260 to your computer and use it in GitHub Desktop.
Title...
// Tenta algo assim:
// Não necessariamente tu vai precisar usar o
// (function(window, document, undefined) {
//
// })(window, document);
(function(window, document, undefined) {
document.title = "New title";
})(window, document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment