comment fixed

This commit is contained in:
Vladimir Enchev
2015-06-12 10:46:59 +03:00
parent 2cd1779df8
commit 2aed914c28

View File

@@ -34,7 +34,7 @@ import labelModule = require("ui/label");
// </Page>
//```
// ### Define the Repeater itemsLayout property. Default is <StackLayout orientation="vertical" />.
// ### Define the Repeater itemsLayout property. Default is StackLayout with orientation="vertical".
//```XML
// <Page>
// {%raw%}<Repeater items="{{ myItems }}">