Merge pull request #19 from kraftwer1/patch-1

Removed newline
This commit is contained in:
Ido 2015-03-17 13:50:26 +02:00
commit f1754c3dc3
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ import { React } from 'react/addons';
import { _ } from 'lodash';
import { MyComp } from 'comps/myComp';
import { utils } from 'utils/utils';
function repeatItem1(item, itemIndex) {
return React.createElement(MyComp, {}, React.createElement('div', {}, utils.toLower(item.name)));
}