Skip to content

Commit

Permalink
Fixed prop access in node.js source
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Jan 14, 2012
1 parent 8e42dc2 commit 4ff3643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/cljs/nodejs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
(def process (js* "process"))

; Have ClojureScript print using Node's sys.print function
(set! cljs.core/string-print (.print (require "sys")))
(set! cljs.core/string-print (.-print (require "sys")))

0 comments on commit 4ff3643

Please sign in to comment.