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