From ba9e9b86a5685bb09d9e3bcc1e5f21a09ec0bfc3 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Sun, 11 Jul 2021 10:11:09 -0700 Subject: [PATCH] float demo cleanup was supposed to be pushed in. --- demo/float.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/demo/float.html b/demo/float.html index 36127464e..988bdd5da 100644 --- a/demo/float.html +++ b/demo/float.html @@ -54,12 +54,6 @@

Float grid demo

document.querySelector('#float').innerHTML = 'float: ' + grid.getFloat(); }; addNewWidget(); - addNewWidget(); - - grid.enable(); - grid.save(false, true); // causes error at the end - grid.disable(); - grid.enable();