mirror of https://github.com/status-im/reagent.git
Merge pull request #75 from pandeiro/patch-1
update react version in script tag
This commit is contained in:
commit
5550c12b9e
|
@ -29,7 +29,7 @@ to the *:compiler* section of project.clj, as shown in the examples
|
||||||
directory (or "reagent/react.min.js" in production). You could also
|
directory (or "reagent/react.min.js" in production). You could also
|
||||||
add
|
add
|
||||||
|
|
||||||
<script src="http://fb.me/react-0.9.0.js"></script>
|
<script src="http://fb.me/react-0.12.1.js"></script>
|
||||||
|
|
||||||
directly to your html.
|
directly to your html.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue