(value)
| 17 | return gsap || typeof window !== "undefined" && (gsap = window.gsap) && gsap.registerPlugin && gsap; |
| 18 | }, |
| 19 | _round = function _round(value) { |
| 20 | return Math.round(value * 10000) / 10000; |
| 21 | }, |
| 22 | _bonusValidated = 1, |
| 23 | //<name>PhysicsPropsPlugin</name> |
| 24 | _initCore = function _initCore(core) { |
no outgoing calls
no test coverage detected
searching dependent graphs…