Skip to content

Commit

Permalink
Merge pull request #10 from jmgimeno/master
Browse files Browse the repository at this point in the history
Fixed duplicate .core suffix in ns declaration of core.cljs
  • Loading branch information
magomimmo committed May 29, 2014
2 parents e8c1c25 + 685ef3c commit 346463b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/new/om_start/core.cljs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns {{namespace}}.core
(ns {{namespace}}
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]))

Expand Down

0 comments on commit 346463b

Please sign in to comment.