(msg)
| 2329 | } |
| 2330 | |
| 2331 | function warn(msg) { |
| 2332 | if (utils_hooks__hooks.suppressDeprecationWarnings === false && typeof console !== 'undefined' && console.warn) { |
| 2333 | console.warn('Deprecation warning: ' + msg); |
| 2334 | } |
| 2335 | } |
| 2336 | |
| 2337 | function deprecate(msg, fn) { |
| 2338 | var firstTime = true; |
no outgoing calls
no test coverage detected