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

Function packageStyles

lib/test/angular/1.6.7/angular-animate.js:80–87  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

78}
79
80function packageStyles(options) {
81 var styles = {};
82 if (options && (options.to || options.from)) {
83 styles.to = options.to;
84 styles.from = options.from;
85 }
86 return styles;
87}
88
89function pendClasses(classes, fix, isPrefix) {
90 var className = '';

Callers 1

angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected