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

Function applyInlineStyle

lib/test/angular/1.4.3/angular-animate.js:686–690  ·  view source on GitHub ↗
(node, styleTuple)

Source from the content-addressed store, hash-verified

684}
685
686function applyInlineStyle(node, styleTuple) {
687 var prop = styleTuple[0];
688 var value = styleTuple[1];
689 node.style[prop] = value;
690}
691
692function createLocalCacheLookup() {
693 var cache = Object.create(null);

Callers 3

blockTransitionsFunction · 0.70
blockKeyframeAnimationsFunction · 0.70
initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected