underscore.js 257 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /** * 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 _; } );