Removed newline

This commit is contained in:
kraftwer1 2015-02-19 14:34:20 +01:00
parent 1394f9d02f
commit 18067e5f92
1 changed files with 0 additions and 1 deletions

View File

@ -349,7 +349,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)));
}