Skip to content

Instantly share code, notes, and snippets.

@Comandeer
Created July 7, 2018 20:39
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 Comandeer/91ad60714307af8ba475261fd9d08324 to your computer and use it in GitHub Desktop.
Save Comandeer/91ad60714307af8ba475261fd9d08324 to your computer and use it in GitHub Desktop.
Load component boilerplate
window.loadComponent = ( function() {
function loadComponent( URL ) {}
return loadComponent;
}() );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment