Skip to content

Instantly share code, notes, and snippets.

@luigimannoni
Created October 30, 2015 15:46
Show Gist options
  • Select an option

  • Save luigimannoni/db396c4c3b329a283839 to your computer and use it in GitHub Desktop.

Select an option

Save luigimannoni/db396c4c3b329a283839 to your computer and use it in GitHub Desktop.
Javascript Extend Options
for(var key in _config)
if(_config.hasOwnProperty(key))
defaults[key] = _config[key];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment