MCPcopy
hub / github.com/angular-ui/ui-grid / trim

Function trim

lib/test/angular/1.8.0/angular.js:861–863  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

859
860
861var trim = function(value) {
862 return isString(value) ? value.trim() : value;
863};
864
865// Copied from:
866// http://docs.closure-library.googlecode.com/git/local_closure_goog_string_string.js.source.html#line1021

Callers 14

JQLiteFunction · 0.70
jqLiteRemoveClassFunction · 0.70
jqLiteAddClassFunction · 0.70
sanitizeSrcsetFunction · 0.70
collectDirectivesFunction · 0.70
collectCommentDirectivesFunction · 0.70
applyDirectivesToNodeFunction · 0.70
compileTemplateUrlFunction · 0.70
parseHeadersFunction · 0.70
listenerFunction · 0.70
radioInputTypeFunction · 0.70
ngListDirectiveFunction · 0.70

Calls 1

isStringFunction · 0.70

Tested by

no test coverage detected