code cleanup
This commit is contained in:
@@ -2,12 +2,7 @@
|
||||
"Implements the state object.")
|
||||
|
||||
(def empty-state
|
||||
{:_properties {}
|
||||
|
||||
:_descriptions
|
||||
{:_properties "Property-to-idea mapping."
|
||||
:property {}
|
||||
:property_fns {}}})
|
||||
{:_properties {}})
|
||||
|
||||
(defonce state
|
||||
(atom empty-state))
|
||||
|
Reference in New Issue
Block a user