Skip to content

Commit

Permalink
remove core from namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
magomimmo committed Dec 24, 2013
1 parent c2c88ae commit 882bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/new/cljs_start/core.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
;;; if you can add files containing macros and compile-time only
;;; functions in the :source-paths setting of the :builds, it is
;;; strongly suggested to add them to the leiningen :source-paths.
(ns {{namespace}}.core)
(ns {{namespace}})

(defn foo [greeting]
(if greeting
Expand Down

0 comments on commit 882bb21

Please sign in to comment.