MCPcopy Create free account
hub / github.com/GoogleTrends/data / renderRow

Function renderRow

Pikaday/pikaday.js:299–302  ·  view source on GitHub ↗
(days, isRTL)

Source from the content-addressed store, hash-verified

297 },
298
299 renderRow = function(days, isRTL)
300 {
301 return '<tr>' + (isRTL ? days.reverse() : days).join('') + '</tr>';
302 },
303
304 renderBody = function(rows)
305 {

Callers 1

pikaday.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected