diff --git a/index.html b/index.html index d020927..3d751d9 100644 --- a/index.html +++ b/index.html @@ -93,8 +93,8 @@ window.onload = function() { // Boolean checkbox gui.add(fizzyText, "displayOutline"); - // Watches a property - gui.add(fizzyText, "framesRendered").listen(); + // Watches a property + gui.add(fizzyText, "framesRendered").listen(); // Fires a function called "explode" gui.add(fizzyText, "explode").name("Explode!"); // Specify a custom name.