(options)
| 4793 | // that can be changed. This helper function ensures that the options |
| 4794 | // are wiped clean incase a callback function is provided. |
| 4795 | function prepareAnimateOptions(options) { |
| 4796 | return isObject(options) |
| 4797 | ? options |
| 4798 | : {}; |
| 4799 | } |
| 4800 | |
| 4801 | var $$CoreAnimateRunnerProvider = function() { |
| 4802 | this.$get = ['$q', '$$rAF', function($q, $$rAF) { |