Skip to content

Instantly share code, notes, and snippets.

@vadimdemedes
Created March 21, 2013 18:26
Show Gist options
  • Save vadimdemedes/5215420 to your computer and use it in GitHub Desktop.
Save vadimdemedes/5215420 to your computer and use it in GitHub Desktop.
simplest view
var MyView = Chute.View.extend({
});
var view = new MyView({ container: 'div.some-view' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment