Merge pull request #138 from NativeScript/issue-132

Fixed issue #132.
This commit is contained in:
Rossen Hristov
2015-05-11 11:15:02 +03:00

View File

@ -39,7 +39,8 @@ function onSrcPropertyChanged(data: dependencyObservable.PropertyChangeData) {
}
}
else if (value instanceof imageSource.ImageSource) {
// Support binding the iamgeSource trough the src propoerty
// Support binding the imageSource trough the src propoerty
image.imageSource = null;
image.imageSource = value;
}
else {