Open augustl opened 2 years ago
The define should be a symbol, not a string.
Tested on my machine, no global variables were defined with "cljs.core/*global*", worked fine with cljs.core/*global* :)
"cljs.core/*global*"
cljs.core/*global*
The define should be a symbol, not a string.
Tested on my machine, no global variables were defined with
"cljs.core/*global*"
, worked fine withcljs.core/*global*
:)