/**
 * @author Vitaly
 */

// pass console calls if there is no Firebug
if (!window.console) {
    window.console = {
        construct: function() {},
        log: function() { },
        info: function() { },
        warn: function() { },
        error: function() { }
    }
}
