Skip to content

Commit

Permalink
Specify :dynamic metadata with Clojure 1.2 compatible syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
llasram committed Oct 25, 2011
1 parent e6b8bc5 commit 242a58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rosado/processing.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

;; used by functions in this lib. Use binding to set it
;; to an instance of processing.core.PApplet
(def ^:dynamic *applet*)
(def ^{:dynamic true} *applet*)

(def toupper (memfn toUpperCase))

Expand Down

0 comments on commit 242a58b

Please sign in to comment.