MCPcopy Index your code
hub / github.com/codrops/RainEffect / _slice

Function _slice

demo/js/index.js:3941–3947  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

3939 _gsScope._gsDefine("TweenMax", ["core.Animation","core.SimpleTimeline","TweenLite"], function(Animation, SimpleTimeline, TweenLite) {
3940
3941 var _slice = function(a) { //don't use [].slice because that doesn't work in IE8 with a NodeList that's returned by querySelectorAll()
3942 var b = [],
3943 l = a.length,
3944 i;
3945 for (i = 0; i !== l; b.push(a[i++]));
3946 return b;
3947 },
3948 _applyCycle = function(vars, targets, i) {
3949 var alt = vars.cycle,
3950 p, val;

Callers 1

index.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected