(options)
| 5494 | // that can be changed. This helper function ensures that the options |
| 5495 | // are wiped clean incase a callback function is provided. |
| 5496 | function prepareAnimateOptions(options) { |
| 5497 | return isObject(options) |
| 5498 | ? options |
| 5499 | : {}; |
| 5500 | } |
| 5501 | |
| 5502 | var $$CoreAnimateJsProvider = /** @this */ function() { |
| 5503 | this.$get = noop; |