Fix line break

This commit is contained in:
Dan Holmsand 2014-01-09 15:38:16 +01:00
parent 416fb91cc4
commit 5fa400c86a
2 changed files with 4 additions and 1 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ target
pom.xml pom.xml
.lein-repl-history .lein-repl-history
pom.xml.asc pom.xml.asc
.nrepl-port

View File

@ -12,7 +12,9 @@
(def is-client tmpl/isClient) (def is-client tmpl/isClient)
(defn render-component (defn render-component
"Render a Cloact component into the DOM. The first argument may be either a vector (using Cloact's Hiccup syntax), or a React component. The second argument should be a DOM node. "Render a Cloact component into the DOM. The first argument may be either a
vector (using Cloact's Hiccup syntax), or a React component. The second argument
should be a DOM node.
Optionally takes a callback that is called when the component is in place. Optionally takes a callback that is called when the component is in place.