We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ef3a1 commit 1b73904Copy full SHA for 1b73904
src/main/cljs/cljs/core.cljs
@@ -10125,7 +10125,7 @@ Maps become Objects. Arbitrary keys are encoded to by key->js."
10125
"nodejs" (if ^boolean js/COMPILED
10126
(js/eval munged-ns)
10127
(find-ns-obj* js/global segs))
10128
- "default" (find-ns-obj* js/window segs)
+ "default" (find-ns-obj* goog/global segs)
10129
(throw (js/Error. (str "find-ns-obj not supported for target " *target*))))))
10130
10131
(defn ns-interns* [sym]
0 commit comments