mirror of
https://github.com/status-im/metro.git
synced 2025-01-18 23:21:35 +00:00
Fix babelHelpers.extend
Summary: public The recent change to move babelhelpers out of the module broke the extends method. Reviewed By: spicyj Differential Revision: D2656448 fb-gh-sync-id: 633433deea00ecb140afbb732bff0599e67b4d41
This commit is contained in:
parent
b7df3ca666
commit
ccea74fc87
@ -70,7 +70,7 @@
|
||||
return obj;
|
||||
};
|
||||
|
||||
babelHelpers._extends = Object.assign || function (target) {
|
||||
babelHelpers._extends = babelHelpers.extends = Object.assign || function (target) {
|
||||
for (var i = 1; i < arguments.length; i++) {
|
||||
var source = arguments[i];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user