Skip to content

Instantly share code, notes, and snippets.

@meowfreeze
meowfreeze / portfolio app prototype
Created January 22, 2014 21:33
A prototype of a backbone portfolio app with masonry.
// load the application once the DOM is ready
$(function() {
// research this:
// Backbone.pubSub = _.extend({}, Backbone.Events);
// TEMPLATES
var templates = {
portfolio:
"<% _.each(projects, function(project, index) { %>" +