From 4e762d4c4e84e4e5b36d28655be591f4f067a05e Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Wed, 2 Sep 2009 22:14:11 -0700 Subject: [PATCH] Looks like the defapplet macro needs bind-applets to be public. --- src/rosado/processing/applet.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rosado/processing/applet.clj b/src/rosado/processing/applet.clj index 30b7771..3559769 100644 --- a/src/rosado/processing/applet.clj +++ b/src/rosado/processing/applet.clj @@ -3,7 +3,7 @@ [clojure.contrib.java-utils :only [as-str]]) (:import (java.awt Frame))) -(defn- bind-applets +(defn bind-applets "Turn the method map into something one that update-proxy can use." [methods [method-name f]] (assoc methods (name method-name)