example fixed

This commit is contained in:
Vladimir Enchev
2015-06-12 15:58:34 +03:00
parent 6c7e983735
commit 4d92980a81

View File

@@ -15,7 +15,7 @@ import borderModule = require("ui/border");
// ### Declaring a Border. // ### Declaring a Border.
//```XML //```XML
// <Page> // <Page>
// <Border cornerRadius="10" borderWidth="1" borderColor="#FF0000"> // <Border borderRadius="10" borderWidth="1" borderColor="#FF0000">
// <Button text="OK"/> // <Button text="OK"/>
// </Border> // </Border>
// </Page> // </Page>