(options)
| 5122 | // that can be changed. This helper function ensures that the options |
| 5123 | // are wiped clean incase a callback function is provided. |
| 5124 | function prepareAnimateOptions(options) { |
| 5125 | return isObject(options) |
| 5126 | ? options |
| 5127 | : {}; |
| 5128 | } |
| 5129 | |
| 5130 | var $$CoreAnimateJsProvider = /** @this */ function() { |
| 5131 | this.$get = noop; |