To be used on GitHub Pages, the demo must be in /docs

This commit is contained in:
Simon Brooke 2020-02-24 16:15:04 +00:00
parent 8bd1e65c0b
commit 861339458d
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
392 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,89 @@
// Compiled by ClojureScript 1.10.520 {}
goog.provide('devtools.protocols');
goog.require('cljs.core');
/**
* Marker protocol indicating a devtools template.
* @interface
*/
devtools.protocols.ITemplate = function(){};
/**
* Marker protocol indicating a devtools group.
* @interface
*/
devtools.protocols.IGroup = function(){};
/**
* Marker protocol indicating a devtools surrogate object.
* @interface
*/
devtools.protocols.ISurrogate = function(){};
/**
* @interface
*/
devtools.protocols.IFormat = function(){};
devtools.protocols._header = (function devtools$protocols$_header(value){
if((((!((value == null)))) && ((!((value.devtools$protocols$IFormat$_header$arity$1 == null)))))){
return value.devtools$protocols$IFormat$_header$arity$1(value);
} else {
var x__4433__auto__ = (((value == null))?null:value);
var m__4434__auto__ = (devtools.protocols._header[goog.typeOf(x__4433__auto__)]);
if((!((m__4434__auto__ == null)))){
return m__4434__auto__.call(null,value);
} else {
var m__4431__auto__ = (devtools.protocols._header["_"]);
if((!((m__4431__auto__ == null)))){
return m__4431__auto__.call(null,value);
} else {
throw cljs.core.missing_protocol.call(null,"IFormat.-header",value);
}
}
}
});
devtools.protocols._has_body = (function devtools$protocols$_has_body(value){
if((((!((value == null)))) && ((!((value.devtools$protocols$IFormat$_has_body$arity$1 == null)))))){
return value.devtools$protocols$IFormat$_has_body$arity$1(value);
} else {
var x__4433__auto__ = (((value == null))?null:value);
var m__4434__auto__ = (devtools.protocols._has_body[goog.typeOf(x__4433__auto__)]);
if((!((m__4434__auto__ == null)))){
return m__4434__auto__.call(null,value);
} else {
var m__4431__auto__ = (devtools.protocols._has_body["_"]);
if((!((m__4431__auto__ == null)))){
return m__4431__auto__.call(null,value);
} else {
throw cljs.core.missing_protocol.call(null,"IFormat.-has-body",value);
}
}
}
});
devtools.protocols._body = (function devtools$protocols$_body(value){
if((((!((value == null)))) && ((!((value.devtools$protocols$IFormat$_body$arity$1 == null)))))){
return value.devtools$protocols$IFormat$_body$arity$1(value);
} else {
var x__4433__auto__ = (((value == null))?null:value);
var m__4434__auto__ = (devtools.protocols._body[goog.typeOf(x__4433__auto__)]);
if((!((m__4434__auto__ == null)))){
return m__4434__auto__.call(null,value);
} else {
var m__4431__auto__ = (devtools.protocols._body["_"]);
if((!((m__4431__auto__ == null)))){
return m__4431__auto__.call(null,value);
} else {
throw cljs.core.missing_protocol.call(null,"IFormat.-body",value);
}
}
}
});
//# sourceMappingURL=protocols.js.map?rel=1582560148668