MCPcopy
hub / github.com/angular-ui/ui-router / fireDOMOperation

Function fireDOMOperation

test/angular/1.2/angular-animate.js:1001–1006  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

999 //it is less complicated to use a flag than managing and canceling
1000 //timeouts containing multiple callbacks.
1001 function fireDOMOperation() {
1002 if(!fireDOMOperation.hasBeenRun) {
1003 fireDOMOperation.hasBeenRun = true;
1004 domOperation();
1005 }
1006 }
1007
1008 function closeAnimation() {
1009 if(!closeAnimation.hasBeenRun) {

Callers 1

performAnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected