Skip to content

Commit

Permalink
Add an example that didn't work before the CLJS-129 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenton Ashworth committed Jun 8, 2012
1 parent ba8a1f5 commit 5474098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/repl/src/repl/test.cljs
Expand Up @@ -66,4 +66,7 @@
(load-namespace 'goog.date.Date)
(goog.date.Date.)

(ns test.color (:require [goog.color :as c]))
(js->clj (c/parse "#000000"))

)

0 comments on commit 5474098

Please sign in to comment.