onWindowCloseByType : function(type) {
        console.log('onWindowCloseByType');
        var state = _.cloneDeep(this.state);
        var index = _.findIndex(state.windows, function(o) {
            if (o) {