0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
plugins
/
ninja-forms
/
assets
/
js
/
[
Home
]
File: underscore.js
/** * 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 _; } );