As a result, when someone changes the value of one of those properties through direct JavaScript notation (i.e. without calling Observable.set method), no notifications are fired and binding are not updated. For example:
var viewModel = new observableModule.Observable({ count:5 });
viewModel.count++;
will not update any bindings to count.
Reactions are currently unavailable
As a result, when someone changes the value of one of those properties through direct JavaScript notation (i.e. without calling Observable.set method), no notifications are fired and binding are not updated. For example:
will not update any bindings to count.