Skip to content

Instantly share code, notes, and snippets.

@kstover
Created November 5, 2015 15:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kstover/dc0528c5eaaab08e17a9 to your computer and use it in GitHub Desktop.
Save kstover/dc0528c5eaaab08e17a9 to your computer and use it in GitHub Desktop.
/**
* Work around for Require, Radio, and WordPress.
*
* Returns the WordPress-loaded version of Underscore for use with things that need it and use Require.
*
* @since 3.0
* @return Object Underscore Object
*/
define( function() {
return _;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment