Skip to content

Instantly share code, notes, and snippets.

@felipemesquita
Created August 27, 2012 15:07
Show Gist options
  • Save felipemesquita/3489347 to your computer and use it in GitHub Desktop.
Save felipemesquita/3489347 to your computer and use it in GitHub Desktop.
var ProjectView = Backbone.View.extend({
tagName: 'ul',
className: 'projects'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment