mirror of
https://github.com/metosin/reitit.git
synced 2026-02-12 14:25:16 +00:00
format
This commit is contained in:
parent
0b4d1d2ee1
commit
303b124973
1 changed files with 4 additions and 4 deletions
|
|
@ -256,7 +256,7 @@
|
||||||
(goog/inherits ~type ~base-type)
|
(goog/inherits ~type ~base-type)
|
||||||
|
|
||||||
~@(map
|
~@(map
|
||||||
(fn [method]
|
(fn [method]
|
||||||
`(set! (.. ~type -prototype ~(symbol (str "-" (first method))))
|
`(set! (.. ~type -prototype ~(symbol (str "-" (first method))))
|
||||||
(fn ~@(rest method))))
|
(fn ~@(rest method))))
|
||||||
methods)))
|
methods)))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue