1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
This commit is contained in:
ido 2015-03-18 13:18:53 +02:00
parent ee604b6a3a
commit 92e8ca38cd

View File

@ -22,10 +22,10 @@ define([
}, 'Mock'));
}
return function () {
return React.createElement.apply(this, _.flatten([
return React.createElement.apply(this, [
'p',
{},
_.map(this.props.things, repeatItems3.bind(this))
]));
]);
};
});