MCPcopy
hub / github.com/angular-ui/ui-grid / prepareAnimateOptions

Function prepareAnimateOptions

lib/test/angular/1.8.0/angular.js:5561–5565  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

5559// that can be changed. This helper function ensures that the options
5560// are wiped clean incase a callback function is provided.
5561function prepareAnimateOptions(options) {
5562 return isObject(options)
5563 ? options
5564 : {};
5565}
5566
5567var $$CoreAnimateJsProvider = /** @this */ function() {
5568 this.$get = noop;

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected