Skip to content

Instantly share code, notes, and snippets.

@marlun
Created May 23, 2011 20:22
Show Gist options
  • Select an option

  • Save marlun/987510 to your computer and use it in GitHub Desktop.

Select an option

Save marlun/987510 to your computer and use it in GitHub Desktop.
(function() {
window.app.views.ActorsView = Backbone.View.extend({
id: 'actorsview',
initialize: function() {
return console.log('Initialized a actors view');
}
});
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment