From c2a0b0fc12fba4d962786834c28415fc7fcc7510 Mon Sep 17 00:00:00 2001 From: onedayitwillmake Date: Sun, 15 May 2011 01:33:05 -0400 Subject: [PATCH] Added callback for font change --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0497c97..fbc11bb 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@ gui.add(fizzyText, 'speed', 0.1, 2, 0.05); // shorthand for min/max/step gui.add(fizzyText, 'font', fizzyText.allFonts ) // Font toggle .onChange(function(newValue) { - fizzyText.message = fizzyText.message; + fizzyText.message = fizzyText.message; }); // Sliders with min, max and increment.