Skip to content

Instantly share code, notes, and snippets.

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