Skip to content

Instantly share code, notes, and snippets.

@spencerdeinum
Created May 29, 2013 16:39
Show Gist options
  • Save spencerdeinum/5671746 to your computer and use it in GitHub Desktop.
Save spencerdeinum/5671746 to your computer and use it in GitHub Desktop.
onRender: function() {
this.$el.find('#units').val(this.model.get('units'));
this.$el.find('#type').val(this.model.get('type'));
this.$el.find('.datepicker').datepicker();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment