mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
Bump to v4.13.0.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import stubArray from './stubArray.js';
|
||||
|
||||
/** 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;
|
||||
}
|
||||
|
||||
export default getSymbols;
|
||||
|
||||
Reference in New Issue
Block a user