Modify and add boolean functions

This commit is contained in:
oakes
2014-04-07 01:56:35 -04:00
parent 6e45161518
commit 8d0502560a
4 changed files with 85 additions and 10 deletions

View File

@@ -94,7 +94,7 @@
(defn model?
"Returns true if `entity` is a `model`."
[entity]
(isa? (type entity) ModelEntity))
(isa? (type (u/get-obj entity :object)) ModelInstance))
; model-builder