(options)
| 4953 | // that can be changed. This helper function ensures that the options |
| 4954 | // are wiped clean incase a callback function is provided. |
| 4955 | function prepareAnimateOptions(options) { |
| 4956 | return isObject(options) |
| 4957 | ? options |
| 4958 | : {}; |
| 4959 | } |
| 4960 | |
| 4961 | var $$CoreAnimateJsProvider = function() { |
| 4962 | this.$get = function() {}; |