Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
henryw374 committed Apr 11, 2023
1 parent db1a448 commit cd4693d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tick/core.cljc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;; Copyright © 2016-2017, JUXT LTD.

(ns tick.core
(:refer-clojure :exclude [format + - inc dec max min range time int long = < <= > >= next >> << atom swap! swap-vals! compare-and-set! reset! reset-vals! second divide])
(:refer-clojure :exclude [min-key max-key format + - inc dec max min range time int long = < <= > >= next >> << atom swap! swap-vals! compare-and-set! reset! reset-vals! second divide])
(:require
[clojure.string :as str]
[tick.protocols :as p]
Expand Down
2 changes: 1 addition & 1 deletion src/tick/locale_en_us.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#?(:cljs (:require ["@js-joda/locale_en-us" :as js-joda-locale])))

; doing this for the one-arity tick.core/formatter. (npm users don't get js/JSJodaLocale global automatically)
#?(:cljs (set! js/JSJodaLocale js-joda-locale))
#?(:cljs (js/goog.exportSymbol "JSJodaLocale" js-joda-locale))


0 comments on commit cd4693d

Please sign in to comment.