// --- mosaic.widgets ---
// version of june 17, 2011

(function($) {

    // --- pre-phase ---

    if (!window.mosaic) { throw('global object [mosaic] not found'); }
    
    if (window.mosaic.widgets) { return false; }

    window.mosaic.widgets = {

    };
    
    // --- end of pre-phase

})(jQuery);
