(options)
| 5468 | // that can be changed. This helper function ensures that the options |
| 5469 | // are wiped clean incase a callback function is provided. |
| 5470 | function prepareAnimateOptions(options) { |
| 5471 | return isObject(options) |
| 5472 | ? options |
| 5473 | : {}; |
| 5474 | } |
| 5475 | |
| 5476 | var $$CoreAnimateJsProvider = /** @this */ function() { |
| 5477 | this.$get = noop; |