in themes/kube/static/js/kube.js [1642:1656]
buildLiveTabs: function()
{
var $layers = $(this.opts.live);
if ($layers.length === 0)
{
return;
}
this.$liveTabsList = $('<ul />');
$layers.each($.proxy(this.buildLiveItem, this));
this.$element.html('').append(this.$liveTabsList);
},