Skip to content

Commit

Permalink
Fix property-accessor in clojure.browser.repl after the namespace syn…
Browse files Browse the repository at this point in the history
…tax change in cljs
  • Loading branch information
sgrove authored and swannodette committed Oct 24, 2013
1 parent 3da27a0 commit 2ce425a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/clojure/browser/repl.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
(net/transmit
repl-connection
:evaluate-javascript
(.getResponseText e/currentTarget
(.getResponseText (.-currentTarget e)
()))))

(net/register-service repl-connection
Expand Down

0 comments on commit 2ce425a

Please sign in to comment.