(options)
| 5444 | // that can be changed. This helper function ensures that the options |
| 5445 | // are wiped clean incase a callback function is provided. |
| 5446 | function prepareAnimateOptions(options) { |
| 5447 | return isObject(options) |
| 5448 | ? options |
| 5449 | : {}; |
| 5450 | } |
| 5451 | |
| 5452 | var $$CoreAnimateJsProvider = /** @this */ function() { |
| 5453 | this.$get = noop; |