Skip to content

Instantly share code, notes, and snippets.

@thibblen
Created November 7, 2013 18:07
Show Gist options
  • Save thibblen/7359170 to your computer and use it in GitHub Desktop.
Save thibblen/7359170 to your computer and use it in GitHub Desktop.
extending
var _ext = {};
var _ = require('underscore');
_ext = _.extend(_ext, require('./one'));
_ext = _.extend(_ext, require('./two'));
module.exports = _ext;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment