mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
visgraph: no more need for tiny emitter. remove it
This commit is contained in:
@@ -455,21 +455,7 @@ export default {
|
||||
throw "uncaught action"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/*
|
||||
/// Tiny emitter events
|
||||
created() {
|
||||
eventHub.on('add-relationship-modal', this.addRelationshipModal)
|
||||
eventHub.on('edit-relationship-modal', this.editRelationshipModal)
|
||||
eventHub.on('delete-relationship-modal', this.deleteRelationshipModal)
|
||||
},
|
||||
unmounted() {
|
||||
eventHub.off('add-relationship-modal', this.addRelationshipModal)
|
||||
eventHub.off('edit-relationship-modal', this.editRelationshipModal)
|
||||
eventHub.off('delete-relationship-modal', this.deleteRelationshipModal)
|
||||
}
|
||||
*/
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user