Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #94 from UrbanCompass/public-event
Browse files Browse the repository at this point in the history
forgot to make event public
  • Loading branch information
TaniaGoswami authored Aug 7, 2018
2 parents 4ea6047 + c36e2e7 commit 7b280dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snail/Scheduler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public class Scheduler {
let delay: TimeInterval
let repeats: Bool

let event = Observable<Void>()
public let event = Observable<Void>()
private var timer: Timer?

public init(_ delay: TimeInterval, repeats: Bool = true) {
Expand Down

0 comments on commit 7b280dd

Please sign in to comment.