backbone.js 260 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 Backbone for use with things that need it and use Require. * * @since 3.0 * @return Object Backbone Object */ define( function() { return Backbone; } );