bhauman / figwheel-main

Figwheel Main provides tooling for developing ClojureScript applications
https://figwheel.org
Eclipse Public License 1.0
640 stars 93 forks source link

Fix error in :closure-defines documentation #327

Open augustl opened 2 years ago

augustl commented 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* :)