Skip to content

Instantly share code, notes, and snippets.

@spencerfinnell
Created June 25, 2018 17:24
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 spencerfinnell/cb85ab280ddd8af14d75f947c3d8b14c to your computer and use it in GitHub Desktop.
Save spencerfinnell/cb85ab280ddd8af14d75f947c3d8b14c to your computer and use it in GitHub Desktop.
/**
* External dependencies.
*/
import domReady from '@wordpress/dom-ready';
domReady( () => {
console.log( 'DOM ready...' );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment