mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 10:07:48 +00:00
Bump to v4.13.0.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
var stubArray = require('./stubArray');
|
||||
|
||||
/** Built-in value references. */
|
||||
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
||||
|
||||
@@ -16,9 +18,7 @@ function getSymbols(object) {
|
||||
|
||||
// Fallback for IE < 11.
|
||||
if (!getOwnPropertySymbols) {
|
||||
getSymbols = function() {
|
||||
return [];
|
||||
};
|
||||
getSymbols = stubArray;
|
||||
}
|
||||
|
||||
module.exports = getSymbols;
|
||||
|
||||
Reference in New Issue
Block a user