We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971342b commit f1e4310Copy full SHA for f1e4310
deps.edn
@@ -21,7 +21,7 @@
21
thheller/shadow-cljs {:mvn/version "2.28.20"}}
22
:aliases
23
{:dev {:extra-paths ["test" "portfolio/src"]
24
- :extra-deps {cider/cider-nrepl {:mvn/version "0.50.2"}
+ :extra-deps {cider/cider-nrepl {:mvn/version "0.50.3"}
25
day8.re-frame/re-frame-10x {:mvn/version "1.9.10"}
26
no.cjohansen/portfolio {:mvn/version "2024.09.25"}}}
27
:format {:deps {dev.weavejester/cljfmt {:mvn/version "0.13.0"}}}
src/renderer/utils/bounds.cljs
@@ -39,7 +39,7 @@
39
40
(m/=> ->dimensions [:-> Bounds Vec2])
41
(defn ->dimensions
42
- "Converts bounds to [width height]"
+ "Converts bounds to [width height]."
43
[[x1 y1 x2 y2]]
44
(mat/sub [x2 y2] [x1 y1]))
45
0 commit comments