Skip to content

Instantly share code, notes, and snippets.

@jamesliu96
Created May 5, 2015 20:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesliu96/42454c3b9ebb71b6fbac to your computer and use it in GitHub Desktop.
Save jamesliu96/42454c3b9ebb71b6fbac to your computer and use it in GitHub Desktop.
Prolong anything
/*! extend.js | Copyright (c) 2015 James Liu | Released under the MIT license */
var Extend=function(b,a){if("object"===typeof b&&"object"===typeof a)for(var c in a)b[c]=a[c]};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment