Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created February 5, 2016 15:08
Show Gist options
  • Save SpencerCooley/92db2745f724a133158d to your computer and use it in GitHub Desktop.
Save SpencerCooley/92db2745f724a133158d to your computer and use it in GitHub Desktop.
var Todo = Backbone.Model.extend({
});
//simply just export your variable
//this will allow you to require it when creating other modules.
module.exports = Todo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment