Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba9e9b8

Browse files
committed
float demo cleanup
was supposed to be pushed in.
1 parent 359d003 commit ba9e9b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

demo/float.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@ <h1>Float grid demo</h1>
5454
document.querySelector('#float').innerHTML = 'float: ' + grid.getFloat();
5555
};
5656
addNewWidget();
57-
addNewWidget();
58-
59-
grid.enable();
60-
grid.save(false, true); // causes error at the end
61-
grid.disable();
62-
grid.enable();
6357
</script>
6458
</body>
6559
</html>

0 commit comments

Comments
 (0)