aboutsummaryrefslogtreecommitdiff
path: root/clojurescript/t06.cljs
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2008-11-21 03:38:58 +0000
committerChouser <chouser@n01se.net>2008-11-21 03:38:58 +0000
commitdb11f79e83195bc80eaa49b068c32048964405ce (patch)
treeb764ddc29d9ac98ed2abb1048bfa00d6848a2fef /clojurescript/t06.cljs
parent67d52e78ce7ebae5583c8dad112bc42fc871562a (diff)
ClojureScript: first deployment to demo site
Diffstat (limited to 'clojurescript/t06.cljs')
-rw-r--r--clojurescript/t06.cljs2
1 files changed, 1 insertions, 1 deletions
diff --git a/clojurescript/t06.cljs b/clojurescript/t06.cljs
index af3440c7..bfb06e8a 100644
--- a/clojurescript/t06.cljs
+++ b/clojurescript/t06.cljs
@@ -2,7 +2,7 @@
(defn setText [])
(prn :yo)
-(prn (.. clojure print-method methodTable))
+(prn (-> clojure .print-method .methodTable))
(prn (JQuery "#nice"))
(prn (.ready ($ document) test/setText))
(prn (+ 1 2 3 4))