Home
last modified time | relevance | path

Searched refs:fillWith (Results 1 – 2 of 2) sorted by relevance

/template/a_new_day/js/
H A Dprototype.js413 inGroupsOf: function(number, fillWith) { argument
414 fillWith = fillWith === undefined ? null : fillWith;
416 while(slice.length < number) slice.push(fillWith);
/template/battlehorse/js/
H A Dprototype.js413 inGroupsOf: function(number, fillWith) { argument
414 fillWith = fillWith === undefined ? null : fillWith;
416 while(slice.length < number) slice.push(fillWith);