Skip to content

Commit ab740cd

Browse files
author
Alexander Vakrilov
authored
refactor: remove deprecated API usage (#1874)
1 parent 1cb3675 commit ab740cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nativescript-angular/view-util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export class ViewUtil {
365365
}
366366

367367
if (XML_ATTRIBUTES.indexOf(attributeName) !== -1) {
368-
view._applyXmlAttribute(attributeName, value);
368+
view[attributeName] = value;
369369
return;
370370
}
371371

0 commit comments

Comments
 (0)