Skip to content

Instantly share code, notes, and snippets.

@axiak
Created October 10, 2012 01:28
Show Gist options
  • Save axiak/3862595 to your computer and use it in GitHub Desktop.
Save axiak/3862595 to your computer and use it in GitHub Desktop.
var result = {}
_.each(input, function (key, value) { if (value !== false) this[key] = value; }, result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment