todo notes and attempting to wrap revisions

This commit is contained in:
Ben Fry
2013-09-05 00:02:30 -04:00
parent c90d7ce0f3
commit e640decc81
3 changed files with 17 additions and 2 deletions

View File

@@ -6198,7 +6198,7 @@ public class PApplet extends Applet
return new JSONArray(new StringReader(input));
}
/**
* @webref input:files
* @param filename name of a file in the data folder or a URL
@@ -6212,7 +6212,7 @@ public class PApplet extends Applet
return new JSONArray(createReader(filename));
}
static public JSONArray loadJSONArray(File file) {
return new JSONArray(createReader(file));
}