Skip to content
New issue

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

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

Already on GitHub? # to your account

getObservable return declared normal observable. #60

Merged
merged 3 commits into from
Oct 16, 2016

Conversation

jmvtrinidad
Copy link
Contributor

This will return even normal declared observable.

var vm = { alpha: 1, beta: 2, gamma: ko.observable(3) };
var normalDeclaredObservable = ko.getObservable(vm , 'gamma')

This will return even normal declared observable.
getObservable return declared normal observable.
@archangel-irk archangel-irk merged commit 4abc98c into SteveSanderson:master Oct 16, 2016
@archangel-irk
Copy link
Collaborator

Thank you very much.

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

Successfully merging this pull request may close these issues.

2 participants