Skip to content

Commit

Permalink
Add 'resolve' to refer-clojure exclusions in core.cljs. Fixes #63
Browse files Browse the repository at this point in the history
  • Loading branch information
zachcurry committed Feb 22, 2018
1 parent f7e4413 commit bab5c51
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 bab5c51

Please sign in to comment.