Skip to content

Instantly share code, notes, and snippets.

@samdelagarza
Created February 27, 2011 00:06
Show Gist options
  • Save samdelagarza/845758 to your computer and use it in GitHub Desktop.
Save samdelagarza/845758 to your computer and use it in GitHub Desktop.
(function (models) {
models.Contract = Backbone.Model.extend({
Value: "",
Text: ""
});
}(widgets.models = widgets.models || {}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment