Working static demo added.
This commit is contained in:
parent
f675cf6519
commit
8bd1e65c0b
393 changed files with 166510 additions and 3 deletions
15
demo/js/compiled/out/devtools/protocols.cljs
Normal file
15
demo/js/compiled/out/devtools/protocols.cljs
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
(ns devtools.protocols)
|
||||
|
||||
(defprotocol ITemplate
|
||||
"Marker protocol indicating a devtools template.")
|
||||
|
||||
(defprotocol IGroup
|
||||
"Marker protocol indicating a devtools group.")
|
||||
|
||||
(defprotocol ISurrogate
|
||||
"Marker protocol indicating a devtools surrogate object.")
|
||||
|
||||
(defprotocol IFormat
|
||||
(-header [value])
|
||||
(-has-body [value])
|
||||
(-body [value]))
|
||||
Loading…
Add table
Add a link
Reference in a new issue