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

Function packageStyles

lib/test/angular/1.4.3/angular-animate.js:47–54  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

45}
46
47function packageStyles(options) {
48 var styles = {};
49 if (options && (options.to || options.from)) {
50 styles.to = options.to;
51 styles.from = options.from;
52 }
53 return styles;
54}
55
56function pendClasses(classes, fix, isPrefix) {
57 var className = '';

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected