Skip to content

Commit

Permalink
Fix internal init
Browse files Browse the repository at this point in the history
  • Loading branch information
akiroz committed May 9, 2018
1 parent e069e9d commit 98ab171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Excitation/Excitation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public class Emitter<T> {
let nc = NotificationCenter()
let nn = Notification.Name("ExcitationEvent")
var obRef = [ObjectIdentifier: Observer<T>]()

public init() {}

public func emit() {
nc.post(name: nn, object: nil)
Expand Down

0 comments on commit 98ab171

Please sign in to comment.