File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 libraryDependencies += " com.github.japgolly.scalajs-react" %%% " core" % " 0.9.2"
2828
2929 // React.JS itself
30- // Note the JS filename. Can also be react.js, react.min.js, or react-with-addons.min.js.
30+ // Note the JS filename. Can also be " react/0.12.2/react.js", " react.min.js" , or " react-with-addons.min.js" .
3131 jsDependencies +=
3232 " org.webjars" % " react" % " 0.12.2" / " react-with-addons.js" commonJSName " React"
3333 ```
@@ -48,7 +48,7 @@ There are two built-in ways of creating virtual-DOM.
4848
4949 < .ol(
5050 ^ .id := " my-list" ,
51- ^ .lang := " en"
51+ ^ .lang := " en" ,
5252 ^ .margin := " 8px" ,
5353 < .li(" Item 1" ),
5454 < .li(" Item 2" ))
@@ -61,7 +61,7 @@ There are two built-in ways of creating virtual-DOM.
6161
6262 ol(
6363 id := " my-list" ,
64- lang := " en"
64+ lang := " en" ,
6565 margin := " 8px" ,
6666 li(" Item 1" ),
6767 li(" Item 2" ))
You can’t perform that action at this time.
0 commit comments