(a)
| 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; |