mirror of
https://github.com/metosin/reitit.git
synced 2025-12-30 21:28:25 +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)
|
||||
|
||||
~@(map
|
||||
(fn [method]
|
||||
`(set! (.. ~type -prototype ~(symbol (str "-" (first method))))
|
||||
(fn ~@(rest method))))
|
||||
methods)))
|
||||
(fn [method]
|
||||
`(set! (.. ~type -prototype ~(symbol (str "-" (first method))))
|
||||
(fn ~@(rest method))))
|
||||
methods)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue