(property, value)
| 87 | return (_installScope = _merge(scope, _globals)) && gsap; |
| 88 | }, |
| 89 | _missingPlugin = function _missingPlugin(property, value) { |
| 90 | return console.warn("Invalid property", property, "set to", value, "Missing plugin? gsap.registerPlugin()"); |
| 91 | }, |
| 92 | _warn = function _warn(message, suppress) { |
| 93 | return !suppress && console.warn(message); |
| 94 | }, |
no outgoing calls
no test coverage detected
searching dependent graphs…