MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / trim

Function trim

OpenReservation/wwwroot/Scripts/angular.js:721–723  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

719 }
720
721 var trim = function (value) {
722 return isString(value) ? value.trim() : value;
723 };
724
725 // Copied from:
726 // http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021

Callers 12

JQLiteFunction · 0.85
jqLiteRemoveClassFunction · 0.85
jqLiteAddClassFunction · 0.85
$CompileProviderFunction · 0.85
collectDirectivesFunction · 0.85
applyDirectivesToNodeFunction · 0.85
compileTemplateUrlFunction · 0.85
parseHeadersFunction · 0.85
listenerFunction · 0.85
ngListDirectiveFunction · 0.85
parseFunction · 0.85
ngModelOptionsDirectiveFunction · 0.85

Calls 1

isStringFunction · 0.85

Tested by

no test coverage detected