From e35ced6ebc82888b657d4761287f5aa8dd11d7c5 Mon Sep 17 00:00:00 2001 From: Doug Fritz Date: Wed, 18 Dec 2013 18:10:13 -0800 Subject: [PATCH] increased the controllers in the test to account for a monitor turned sideways --- tests/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index.html b/tests/index.html index 16de5e4..2246526 100644 --- a/tests/index.html +++ b/tests/index.html @@ -1041,7 +1041,7 @@ console.log(c2.__checkbox.getAttribute('checked')); var gui = new GUI(); // Add a lot of controllers. This will fail if you have some freakishly tall monitor. - for (var i = 0; i < 50; i++) { + for (var i = 0; i < 100; i++) { gui.add({ x: 0 }, 'x'); }