There was an error while loading. Please reload this page.
var model = new Observable({"test": "testValue"}); model.set("test", "secondTestValue");
Results in two propertyChange events notification.
Results in two propertyChange events notification.