Close the grid layout snippet tag

This commit is contained in:
Erjan Gavalji
2015-03-09 10:59:05 +02:00
parent 878f65dc55
commit e9d2b828e8

View File

@ -568,4 +568,5 @@ export var test_codesnippets = function () {
gridLayout.addRow(firstRow); gridLayout.addRow(firstRow);
gridLayout.addRow(secondRow); gridLayout.addRow(secondRow);
// ``` // ```
// </snippet>
}; };