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

Commit 02b0839

Browse files
author
ndr
committed
Fully qualify name of langs.clj object
1 parent c60b22c commit 02b0839

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
@@ -426,10 +426,10 @@
426426
:reaction (fn [this res len]
427427
len))
428428

429-
(object/object* :langs.clj
429+
(object/object* ::langs.clj
430430
:tags #{:clojure.lang})
431431

432-
(def clj-lang (object/create :langs.clj))
432+
(def clj-lang (object/create ::langs.clj))
433433

434434
(behavior ::java-exe
435435
:triggers #{:object.instant}

0 commit comments

Comments
 (0)