Files
lodash/support.js
John-David Dalton 75c633becb Bump to v3.10.0.
2015-12-16 17:52:15 -08:00

14 lines
175 B
JavaScript

define([], function() {
/**
* An object environment feature flags.
*
* @static
* @memberOf _
* @type Object
*/
var support = {};
return support;
});