Skip to content

Commit

Permalink
Looks like the defapplet macro needs bind-applets to be public.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 3, 2009
1 parent 66de837 commit 4e762d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rosado/processing/applet.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4e762d4

Please sign in to comment.