Skip to content

Commit

Permalink
Merge pull request #64 from zachcurry/resolve-warning
Browse files Browse the repository at this point in the history
Add 'resolve' to refer-clojure exclusions in core.cljs. Fixes #63
  • Loading branch information
frankhale authored Feb 22, 2018
2 parents f7e4413 + bab5c51 commit 3a6c05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jayq/core.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(ns jayq.core
(:refer-clojure :exclude [val empty remove find next parents clone])
(:refer-clojure :exclude [val empty remove find next parents clone resolve])
(:require [clojure.string :as string]
[cljs.reader :as reader]))

Expand Down

0 comments on commit 3a6c05f

Please sign in to comment.