Skip to content

Instantly share code, notes, and snippets.

@AutoSponge
Created March 31, 2017 00:19
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 AutoSponge/b9f5e13acc20508f81912ba629fabfdc to your computer and use it in GitHub Desktop.
Save AutoSponge/b9f5e13acc20508f81912ba629fabfdc to your computer and use it in GitHub Desktop.
//obj,path,default
function dlv(l,t,o,d){for(d=0,t=t.split?t.split("."):t;l&&d<t.length;)l=l[t[d++]];return void 0===l?o:l}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment