jquery.js 231 Bytes
Newer Older
cyrille's avatar
cyrille committed
1 2 3 4 5 6 7 8 9 10 11 12
/**
 * Returns the WordPress-loaded version of Underscore for use with things that need it and use Require.
 *
 * @package LifterLMS/Scripts
 *
 * @since    3.16.0
 * @version  3.16.0
 */

define( function() {
	return jQuery;
} );