beforeDestroy: function()

in src/main/resources/META-INF/resources/components/selected.js [34:37]


    beforeDestroy: function () {
      getEventHub().$off('select', this.selectComponent);
      getEventHub().off('clearSelection', this.clearSelection);
    },