Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created November 28, 2010 05:38
Show Gist options
  • Save grampelberg/718628 to your computer and use it in GitHub Desktop.
Save grampelberg/718628 to your computer and use it in GitHub Desktop.
var Sinew = {
View: Backbone.View.extend({
initialize: function() { },
render: function() { }
})
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment