Fixed xml-declaration tests.

This commit is contained in:
Nedyalko Nikolov
2017-01-11 14:35:31 +02:00
parent ae2012bc10
commit b4575e1d5b
14 changed files with 58 additions and 67 deletions

View File

@@ -362,7 +362,6 @@ export class InheritedProperty<T extends ViewBase, U> extends Property<T, U> imp
if (currentValue !== newValue) {
if (this.hasListeners(eventName)) {
console.log("Notify " + eventName);
this.notify({
eventName: eventName,
propertyName: name,