Skip to content

Instantly share code, notes, and snippets.

@benmills
Created December 11, 2009 01:39
Show Gist options
  • Save benmills/253914 to your computer and use it in GitHub Desktop.
Save benmills/253914 to your computer and use it in GitHub Desktop.
function config(target:*, args:Object):* {
for (var a:* in args) target[a] = args[a];
return target;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment