MCPcopy Index your code
hub / github.com/flyfloor/react-component / _loop

Function _loop

lib/Carousel.js:212–222  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

210
211 if (showDot) {
212 var _loop = function _loop(i) {
213 dotNodes.push(React.createElement(
214 'a',
215 { href: 'javascript:;', key: i,
216 className: index == i ? '_active _item' : '_item',
217 onClick: function onClick() {
218 return _this6.handleSlide(i);
219 } },
220 '·'
221 ));
222 };
223
224 for (var i = 0; i < count; i++) {
225 _loop(i);

Callers 1

Carousel.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…