MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / prepareAnimateOptions

Function prepareAnimateOptions

lib/test/angular/1.4.3/angular.js:4795–4799  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected