Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

observableCount should not start with a count of 0. #10

Closed
taonos opened this issue Aug 26, 2015 · 1 comment
Closed

observableCount should not start with a count of 0. #10

taonos opened this issue Aug 26, 2015 · 1 comment

Comments

@taonos
Copy link

taonos commented Aug 26, 2015

If you implement the observableCount like so private lazy var _mutableCount: MutableProperty<Int> = MutableProperty<Int>(self._elements.count). Then the count won't start with 0!

@guidomb
Copy link

guidomb commented Aug 26, 2015

@Hxucaa I've just realeased a new version with the bug fixes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants