Skip to content

Commit 6362dd0

Browse files
pesterhazydnolen
authored and
dnolen
committed
Avoid js/global
1 parent 53070a2 commit 6362dd0

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
@@ -11117,7 +11117,7 @@ reduces them without incurring seq initialization"
1111711117
(catch js/ReferenceError e
1111811118
nil))
1111911119
(next segs))
11120-
(find-ns-obj* js/global segs))
11120+
(find-ns-obj* goog/global segs))
1112111121
"default" (find-ns-obj* goog/global segs)
1112211122
(throw (js/Error. (str "find-ns-obj not supported for target " *target*))))))
1112311123

0 commit comments

Comments
 (0)