Nathan Walker
2016-08-30 21:09:18 -07:00
parent 6bd1a11329
commit 465b5bfd77

View File

@@ -161,7 +161,7 @@ export class ImageStyler implements style.Styler {
}
private static resetColorProperty(view: view.View, nativeValue: any) {
var image = <Image>view.ios;
var image = <Image>view;
image._setTintColor(null);
}