Skip to content

Instantly share code, notes, and snippets.

@kstover
Created November 5, 2015 15:27
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/6ab851350c5a3a14188d to your computer and use it in GitHub Desktop.
Save kstover/6ab851350c5a3a14188d to your computer and use it in GitHub Desktop.
/**
* 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;
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment