Skip to content

Commit 053aa5e

Browse files
committed
- goog.object/containsKey hint no longer needed
1 parent f947058 commit 053aa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12180,7 +12180,7 @@ reduces them without incurring seq initialization"
1218012180
(let [k (munge (str_ sym))]
1218112181
;; FIXME: this shouldn't need ^boolean due to GCL library analysis,
1218212182
;; but not currently working
12183-
(when ^boolean (gobject/containsKey obj k)
12183+
(when (gobject/containsKey obj k)
1218412184
(let [var-sym (symbol (str_ name) (str_ sym))
1218512185
var-meta {:ns this}]
1218612186
(Var. (ns-lookup obj k) var-sym var-meta)))))

0 commit comments

Comments
 (0)