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

Function prepareAnimateOptions

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

Source from the content-addressed store, hash-verified

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

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected