fix missing semicolon

This commit is contained in:
Ben Fry
2013-07-01 21:02:12 -04:00
parent 800c7f3687
commit 36ddf7ebcb
2 changed files with 4 additions and 1 deletions
@@ -32,7 +32,7 @@ import processing.core.PApplet;
public class ContributionListing {
static final String LISTING_URL =
"http://processing.org/contrib_generate/contributions.txt"
"http://processing.org/contrib_generate/contributions.txt";
static ContributionListing singleInstance;
+3
View File
@@ -780,6 +780,9 @@ _ In regedit: Navigate to Computer\HKEY_CLASSES_ROOT\Applications and find you
DIST / Mac OS X
_ package Java 7 version of the app
_ docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html
_ blank sketch opened even if another opened by double-click
_ add a 150 ms or more lag before opening the untitled window (on os x)
_ https://github.com/processing/processing/issues/218