Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 7cdae68

Browse files
committed
Merge pull request #13 from ndr-qef/qualify-langs.clj
Fully qualify name of langs.clj object
2 parents 85e6f24 + 02b0839 commit 7cdae68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lt/plugins/clojure.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,10 +450,10 @@
450450
:reaction (fn [this res len]
451451
len))
452452

453-
(object/object* :langs.clj
453+
(object/object* ::langs.clj
454454
:tags #{:clojure.lang})
455455

456-
(def clj-lang (object/create :langs.clj))
456+
(def clj-lang (object/create ::langs.clj))
457457

458458
(behavior ::java-exe
459459
:triggers #{:object.instant}

0 commit comments

Comments
 (0)