Skip to content

Commit

Permalink
Merge pull request #1814 from adumesny/master
Browse files Browse the repository at this point in the history
float demo cleanup
  • Loading branch information
adumesny authored Jul 11, 2021
2 parents 286ce05 + ba9e9b8 commit 72d8239
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions demo/float.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ <h1>Float grid demo</h1>
document.querySelector('#float').innerHTML = 'float: ' + grid.getFloat();
};
addNewWidget();
addNewWidget();

grid.enable();
grid.save(false, true); // causes error at the end
grid.disable();
grid.enable();
</script>
</body>
</html>

0 comments on commit 72d8239

Please sign in to comment.