I am using knockout with revealing module pattern. I want to pass in an observable by reference and have its' value based on a computed. This issue is it is not getting passed into the pattern by reference...it seems like it is getting passed in by value.I am using knockout with revealing module patte