MCPcopy Create free account
hub / github.com/angular-ui/ui-router / concatWithSpace

Function concatWithSpace

test/angular/1.4/angular-animate.js:379–383  ·  view source on GitHub ↗
(a,b)

Source from the content-addressed store, hash-verified

377}
378
379function concatWithSpace(a,b) {
380 if (!a) return b;
381 if (!b) return a;
382 return a + ' ' + b;
383}
384
385var $$rAFSchedulerFactory = ['$$rAF', function($$rAF) {
386 var queue, cancelFn;

Callers 3

mergeAnimationDetailsFunction · 0.70
prepareRegularAnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected