﻿/* initial setup */
Ext.BLANK_IMAGE_URL = '/ext/resources/images/default/s.gif';
try { console.log(''); } catch (e) { console = { log: function(s) { } } }
Ext.namespace("MSDImages");


MSDImages.Config = {
    loggedIn: false, //should be false!
    thumbnailSizeRatio: 0.8,

    //ImageSets
    maxImageSets: 10,
    maxImageSetSize: 20

};
