I'm using knockoutJS and koLite. It appears that koLite is somehow storing the original values of my object. I say that because if I edit a value, the dirty flag returns true. BUT, if I change that value back to its original value, dirty flag gets reset back to false.
So, if koLite is actually storing the original values of my object, is there a way to use that to restore my object to its original state? The idea here is an edit form where the user decides to cancel their changes.