Add missing "ensure" call.

This commit is contained in:
atanasovg
2016-01-26 16:41:44 +02:00
parent 56f1aaa795
commit f4c880dbda

View File

@ -16,7 +16,7 @@ export module ios {
if(!view._nativeView){
return undefined;
}
ensureStyle();
var background = <common.Background> view.style._getValue(style.backgroundInternalProperty);
if (!background || background.isEmpty()) {