Skip to content

Commit

Permalink
Fix namespace bug
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahTheDuke committed Jul 14, 2019
1 parent 64842aa commit 0d81cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
[throttler "1.0.0"]
[clj-http "3.7.0"]
[reagent "0.8.1"]
[eftest "0.1.4"]
[cljsjs/react "16.5.2-0"]
[cljsjs/react-dom "16.5.2-0"]
[org.clojure/tools.analyzer "0.7.0"]
Expand All @@ -43,7 +42,7 @@
[lein-figwheel "0.5.16"]
[com.gfredericks/lein-sha-version "0.1.1-p1"]
[lein-ring "0.9.7"]
[lein-eftest "0.5.2"]
[lein-eftest "0.5.8"]
[lein-exec "0.3.7"]]

:profiles {:dev {:dependencies [[figwheel-sidecar "0.5.16"]
Expand Down
2 changes: 1 addition & 1 deletion src/clj/game/core/events.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(in-ns 'game.core)

(declare can-trigger? card-def clear-wait-prompt event-title get-card
(declare can-trigger? clear-wait-prompt event-title get-card
get-nested-host get-remote-names get-runnable-zones get-zones installed?
register-suppress resolve-ability
show-wait-prompt trigger-suppress unregister-suppress)
Expand Down

0 comments on commit 0d81cf9

Please sign in to comment.