Skip to content

Commit

Permalink
googl.string again
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jul 2, 2024
1 parent a2741ff commit c89a529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions resources/ext/goog.string.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:name "goog.string"
; build
:lazy true
:cljs-namespace [goog.string]
:cljs-ns-bindings {'goog.string {'format goog.string/format}
:cljs-namespace [pinkgorilla.goog.string]
:cljs-ns-bindings {'pinkgorilla.goog.string {'format pinkgorilla.goog.string/format}

}}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns pinkgorilla.repl.cljs.format
(ns pinkgorilla.goog.string
(:require
[goog.string :as gstring]
[goog.string.format]
Expand Down

0 comments on commit c89a529

Please sign in to comment.