Skip to content

Commit

Permalink
Update RxViewModel.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
calvingit authored and esttorhe committed Feb 22, 2019
1 parent e0e4ad2 commit adb7865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RxViewModel.swift
Expand Up @@ -22,7 +22,7 @@ open class RxViewModel: NSObject {

// MARK: Properties
/// Scope dispose to avoid leaking
var disposeBag = DisposeBag()
public private(set) var disposeBag = DisposeBag()

/// Underlying variable that we'll listen to for changes
@objc private dynamic var _active: Bool = false
Expand Down

0 comments on commit adb7865

Please sign in to comment.