Skip to content

Commit 1b8c1e7

Browse files
committed
CLJS-2661: Ominous dangerous use of 'this' warning
Just add the type hint for now
1 parent 3ac37d5 commit 1b8c1e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/clojure/cljs/core.cljc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,6 +3032,7 @@
30323032
~@(core/when solo
30333033
`[(set! (. ~sym ~'-cljs$lang$maxFixedArity)
30343034
~(core/dec (count sig)))])
3035+
(js-inline-comment " @this {Function} ")
30353036
(set! (. ~sym ~'-cljs$lang$applyTo)
30363037
~(apply-to)))))))
30373038

0 commit comments

Comments
 (0)