mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00
Fix grid layout snippet
This commit is contained in:
@ -515,7 +515,6 @@ export var test_codesnippets = function () {
|
|||||||
// <Button row="1" colSpan="3" />
|
// <Button row="1" colSpan="3" />
|
||||||
// </GridLayout>
|
// </GridLayout>
|
||||||
// ```
|
// ```
|
||||||
// </snippet>
|
|
||||||
|
|
||||||
// ### Add views to grid layout
|
// ### Add views to grid layout
|
||||||
// ``` JavaScript
|
// ``` JavaScript
|
||||||
@ -569,4 +568,4 @@ export var test_codesnippets = function () {
|
|||||||
gridLayout.addRow(firstRow);
|
gridLayout.addRow(firstRow);
|
||||||
gridLayout.addRow(secondRow);
|
gridLayout.addRow(secondRow);
|
||||||
// ```
|
// ```
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user