(options)
| 5559 | // that can be changed. This helper function ensures that the options |
| 5560 | // are wiped clean incase a callback function is provided. |
| 5561 | function prepareAnimateOptions(options) { |
| 5562 | return isObject(options) |
| 5563 | ? options |
| 5564 | : {}; |
| 5565 | } |
| 5566 | |
| 5567 | var $$CoreAnimateJsProvider = /** @this */ function() { |
| 5568 | this.$get = noop; |