This commit is contained in:
Akko
2025-01-21 19:11:39 +01:00
parent 37fdefdfa4
commit 71f708ff8c
1004 changed files with 100768 additions and 700 deletions

View File

@@ -0,0 +1,11 @@
goog.provide('emptyhead.idea.state');
emptyhead.idea.state.empty_state = new cljs.core.PersistentArrayMap(null, 2, [new cljs.core.Keyword(null,"_properties","_properties",-1501471594),cljs.core.PersistentArrayMap.EMPTY,new cljs.core.Keyword(null,"_descriptions","_descriptions",-429995787),new cljs.core.PersistentArrayMap(null, 3, [new cljs.core.Keyword(null,"_properties","_properties",-1501471594),"Property-to-idea mapping.",new cljs.core.Keyword(null,"property","property",-1114278232),cljs.core.PersistentArrayMap.EMPTY,new cljs.core.Keyword(null,"property_fns","property_fns",-843195850),cljs.core.PersistentArrayMap.EMPTY], null)], null);
if((typeof emptyhead !== 'undefined') && (typeof emptyhead.idea !== 'undefined') && (typeof emptyhead.idea.state !== 'undefined') && (typeof emptyhead.idea.state.state !== 'undefined')){
} else {
emptyhead.idea.state.state = cljs.core.atom.cljs$core$IFn$_invoke$arity$1(emptyhead.idea.state.empty_state);
}
emptyhead.idea.state.reset_state_BANG_ = (function emptyhead$idea$state$reset_state_BANG_(){
return cljs.core.reset_BANG_(emptyhead.idea.state.state,emptyhead.idea.state.empty_state);
});
//# sourceMappingURL=emptyhead.idea.state.js.map