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