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

Function concatWithSpace

test/angular/1.6/angular-animate.js:359–363  ·  view source on GitHub ↗
(a,b)

Source from the content-addressed store, hash-verified

357}
358
359function concatWithSpace(a,b) {
360 if (!a) return b;
361 if (!b) return a;
362 return a + ' ' + b;
363}
364
365var $$rAFSchedulerFactory = ['$$rAF', function($$rAF) {
366 var queue, cancelFn;

Callers 3

mergeAnimationDetailsFunction · 0.70
prepareRegularAnimationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected