mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed xml-declaration tests.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user