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

Function applyInlineStyle

lib/test/angular/1.5.0/angular-animate.js:373–377  ·  view source on GitHub ↗
(node, styleTuple)

Source from the content-addressed store, hash-verified

371}
372
373function applyInlineStyle(node, styleTuple) {
374 var prop = styleTuple[0];
375 var value = styleTuple[1];
376 node.style[prop] = value;
377}
378
379function concatWithSpace(a,b) {
380 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