Code:
function AppViewModel(){
this.myAge = ko.observable(personalInfo.age);
this.newAge = ko.computed(function(){return this.myAge*2;},this);
}
ko.applyBindings(new AppViewModel());
The above fixed it.
__________________
^_^
If anyone knows of a website that can offer ColdFusion help that isn't controlled by neurotic, pedantic jerks* (stackoverflow.com), please PM me with a link.
* The neurotic, pedantic jerks are not the owners; just the people who are in control of the "popularity contest".
|