case constants.CYCLE_ADD_ITEM:
            _state.changer = {mode: 'cycle', data: [], key: action.id, view: -1};
            store.emitChange();
            $('#bind-changer').modal('show');
        break;