Skip to content

Commit 3b8f016

Browse files
author
Alain Dumesny
authored
Merge pull request #1090 from adumesny/develop
fixed demo typo
2 parents 5fe1b24 + 843af7f commit 3b8f016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/two.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ <h1>Two grids demo</h1>
102102

103103
var items = [
104104
{x: 0, y: 0, width: 2, height: 2},
105-
/*{x: 3, y: 1, width: 1, height: 2},
105+
{x: 3, y: 1, width: 1, height: 2},
106106
{x: 4, y: 1, width: 1, height: 1},
107107
{x: 2, y: 3, width: 3, height: 1, minWidth: 2, id: 'special', text: 'has minWidth=2'},
108-
{x: 2, y: 5, width: 1, height: 1}*/
108+
{x: 2, y: 5, width: 1, height: 1}
109109
];
110110

111111
$('.grid-stack').each(function () {

0 commit comments

Comments
 (0)