Merge remote-tracking branch 'origin/gh-pages' into gh-pages

This commit is contained in:
ido 2015-03-17 14:11:33 +02:00
commit 30b581a552
1 changed files with 0 additions and 1 deletions

View File

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