﻿TESCO.$("sites.UI").DeliverySlots = (function() {

    function _constructor(id) {
        _constructor.base.constructor.call(this, id);
        return this;
    }
    _constructor.extend(TESCO.UI.DeliverySlots);

    _constructor.prototype.NAME = "TESCO.sites.UI.DeliverySlots";
    return _constructor;
})();