From 918acf8e3305608a908c4e9eb55892ae8fef6b78 Mon Sep 17 00:00:00 2001 From: jonobr1 Date: Fri, 28 Jan 2011 10:55:23 -0700 Subject: [PATCH] added the setName method in the demo index.html --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 5d61bc5..0e32d4a 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,7 @@ // Fires a function called "explode" GUI.add(fizzyText, "explode") + .setName('Explode!'); // And changes the name };