MCPcopy Index your code
hub / github.com/textAngular/textAngular / _repeat

Function _repeat

src/taBind.js:424–428  ·  view source on GitHub ↗
(string, n)

Source from the content-addressed store, hash-verified

422 });
423
424 var _repeat = function(string, n){
425 var result = '';
426 for(var _n = 0; _n < n; _n++) result += string;
427 return result;
428 };
429
430 // add a forEach function that will work on a NodeList, etc..
431 var forEach = function (array, callback, scope) {

Callers 1

recursiveListFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected