backbone.js 214 Bytes
Newer Older
cyrille's avatar
cyrille committed
1 2 3 4 5 6 7 8 9 10
/**
 * Returns the WordPress-loaded version of Backbone for use with things that need it and use Require.
 *
 * @return   obj
 * @since    3.16.0
 * @version  3.16.0
 */
define( function() {
	return Backbone;
} );