From 7ba44aace68a0f04ac1c84da315122fff2dff92a Mon Sep 17 00:00:00 2001 From: jonobr1 Date: Fri, 28 Jan 2011 20:54:26 -0700 Subject: [PATCH] minor tweaks --- index.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.html b/index.html index 3d751d9..e4d62c6 100644 --- a/index.html +++ b/index.html @@ -93,9 +93,6 @@ window.onload = function() { // Boolean checkbox gui.add(fizzyText, "displayOutline"); - // Watches a property - gui.add(fizzyText, "framesRendered").listen(); - // Fires a function called "explode" gui.add(fizzyText, "explode").name("Explode!"); // Specify a custom name.