Skip to content

Commit

Permalink
Added original fn
Browse files Browse the repository at this point in the history
  • Loading branch information
alandipert committed Mar 3, 2017
1 parent 6637bbd commit fbb3fc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

(require '[adzerk.bootlaces :refer :all])

(def +version+ "1.1.0")
(def +version+ "1.1.1")

(bootlaces! +version+)

Expand Down
4 changes: 4 additions & 0 deletions src/alandipert/intension.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@
(get-in coll path)))
(paths coll))
{::original coll}))

(defn original
[db]
(get (meta db) ::original))

0 comments on commit fbb3fc4

Please sign in to comment.