mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added missing semicolon.
This commit is contained in:
@@ -81,7 +81,7 @@ export class Bindable extends dependencyObservable.DependencyObservable implemen
|
||||
super._onPropertyChanged(property, oldValue, newValue);
|
||||
if (this instanceof viewModule.View) {
|
||||
if (property.metadata.inheritable && (<viewModule.View>(<any>this))._isInheritedChange() === true) {
|
||||
return
|
||||
return;
|
||||
}
|
||||
}
|
||||
var binding = this._bindings[property.name];
|
||||
|
||||
Reference in New Issue
Block a user