Skip to content

Commit

Permalink
add whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jonian committed Sep 26, 2021
1 parent d4f98ce commit 75e1f8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions [email protected]/handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ var Signals = class Signals {
disconnect(key) {
if (this.hasSignal(key)) {
const data = this.signals.get(key)

if (data.object != null) {
data.object.disconnect(data.signalId)
}
Expand Down

0 comments on commit 75e1f8a

Please sign in to comment.