To be used on GitHub Pages, the demo must be in /docs
This commit is contained in:
parent
8bd1e65c0b
commit
861339458d
392 changed files with 0 additions and 0 deletions
8
docs/js/compiled/out/devtools/context.cljs
Normal file
8
docs/js/compiled/out/devtools/context.cljs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(ns devtools.context)
|
||||
|
||||
; default root javascript context, typically js/window in browser, or the root javascript object in node.js
|
||||
(defn ^:dynamic get-root []
|
||||
goog/global)
|
||||
|
||||
(defn ^:dynamic get-console []
|
||||
(.-console (get-root)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue