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

Function applyInlineStyle

lib/test/angular/1.7.0/angular-animate.js:353–357  ·  view source on GitHub ↗
(node, styleTuple)

Source from the content-addressed store, hash-verified

351}
352
353function applyInlineStyle(node, styleTuple) {
354 var prop = styleTuple[0];
355 var value = styleTuple[1];
356 node.style[prop] = value;
357}
358
359function concatWithSpace(a,b) {
360 if (!a) return b;

Callers 3

blockTransitionsFunction · 0.70
blockKeyframeAnimationsFunction · 0.70
angular-animate.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected