Skip to content

Instantly share code, notes, and snippets.

@enriquesaid
Created March 24, 2015 20:19
Show Gist options
  • Save enriquesaid/27f8c4f81b4664b34370 to your computer and use it in GitHub Desktop.
Save enriquesaid/27f8c4f81b4664b34370 to your computer and use it in GitHub Desktop.
Iniciando a view
// View = gist 6201b9d1d2d74c673dd0
var view = new View();
view.render(); // Adicionando o conteúdo na view
$("div").html(view.el); // Adiciona a view no DOM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment