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

Function prepareAnimateOptions

lib/test/angular/1.7.0/angular.js:5446–5450  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

5444// that can be changed. This helper function ensures that the options
5445// are wiped clean incase a callback function is provided.
5446function prepareAnimateOptions(options) {
5447 return isObject(options)
5448 ? options
5449 : {};
5450}
5451
5452var $$CoreAnimateJsProvider = /** @this */ function() {
5453 this.$get = noop;

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected