Skip to content

Commit b58b5ff

Browse files
committed
revert last commit
1 parent e58cabf commit b58b5ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/cljs/cljs/core.cljs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11738,9 +11738,5 @@ reduces them without incurring seq initialization"
1173811738
(*eval* form))
1173911739

1174011740
(when ^boolean js/COMPILED
11741-
(cond
11742-
(identical? "bundle" *target*)
11743-
(set! goog/global js/window)
11744-
11745-
(identical? "nodejs" *target*)
11741+
(when (identical? "nodejs" *target*)
1174611742
(set! goog/global js/global)))

0 commit comments

Comments
 (0)