diff options
author | therealbush <therealbush@users.noreply.github.com> | 2022-03-30 23:06:06 -1000 |
---|---|---|
committer | therealbush <therealbush@users.noreply.github.com> | 2022-03-30 23:06:06 -1000 |
commit | 90c216a853af28b5298a52d9436f9f81995f3caf (patch) | |
tree | 3be57b90b1030cfa2b5ca824542a3166f59b6f38 | |
parent | 0f5fdefed68d4d54f08d8e9fc9dc3a0e098f93a1 (diff) | |
download | eventbus-kotlin-90c216a853af28b5298a52d9436f9f81995f3caf.tar.gz eventbus-kotlin-90c216a853af28b5298a52d9436f9f81995f3caf.tar.bz2 eventbus-kotlin-90c216a853af28b5298a52d9436f9f81995f3caf.zip |
fix git username
-rw-r--r-- | src/main/kotlin/me/bush/illnamethislater/EventBus.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/me/bush/illnamethislater/EventBus.kt b/src/main/kotlin/me/bush/illnamethislater/EventBus.kt index 01d90cd..13e6b48 100644 --- a/src/main/kotlin/me/bush/illnamethislater/EventBus.kt +++ b/src/main/kotlin/me/bush/illnamethislater/EventBus.kt @@ -51,6 +51,7 @@ class EventBus( // todo encapsulation?? /** * doc + * */ infix fun unsubscribe(subscriber: Any) = subscribers.remove(subscriber).apply { if (this) listeners.entries.removeIf { |