mirror of
https://github.com/bobwen-dev/react-templates
synced 2025-04-12 00:56:39 +02:00
fix test
This commit is contained in:
parent
ee604b6a3a
commit
92e8ca38cd
@ -22,10 +22,10 @@ define([
|
|||||||
}, 'Mock'));
|
}, 'Mock'));
|
||||||
}
|
}
|
||||||
return function () {
|
return function () {
|
||||||
return React.createElement.apply(this, _.flatten([
|
return React.createElement.apply(this, [
|
||||||
'p',
|
'p',
|
||||||
{},
|
{},
|
||||||
_.map(this.props.things, repeatItems3.bind(this))
|
_.map(this.props.things, repeatItems3.bind(this))
|
||||||
]));
|
]);
|
||||||
};
|
};
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user