This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function mixcloudify (startHour) { | |
var TALK_BREAK_MINIMUM = 4, // minimum length to insert a talk break | |
showDate; | |
function showTime () { | |
var start = startHour.split(":").map(function (item) { | |
return padNumber(item); | |
}); | |
return Date.parse([ |