MCPcopy Create free account
hub / github.com/angular-ui/ui-grid / prepareAnimateOptions

Function prepareAnimateOptions

lib/test/angular/1.5.0/angular.js:4955–4959  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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

Callers 1

angular.jsFile · 0.70

Calls 1

isObjectFunction · 0.70

Tested by

no test coverage detected