From f775018a30b84b9b608e44fe8b5155925bce989a Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Sat, 2 Nov 2013 15:24:06 -0700 Subject: [PATCH] Fixed processing/processing-web#275 by relocating saveTable() from input:files section of Reference index page to output:files section --- core/src/processing/core/PApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index bbde1fcef..5b0107c2c 100755 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -6377,7 +6377,7 @@ public class PApplet extends Applet /** - * @webref input:files + * @webref output:files * @param table the Table object to save to a file * @param filename the filename to which the Table should be saved * @see Table