Fix grid layout snippet

This commit is contained in:
Erjan Gavalji
2015-03-09 10:56:20 +02:00
parent 041efb981d
commit 878f65dc55

View File

@ -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);
// ``` // ```
}; };