Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Removed comment about externs - even now when we have there is nothing in the repl code we can improve
  • Loading branch information
Artem Yarulin committed Dec 25, 2015
1 parent fc38f2f commit bc7f334
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/artemyarulin/ktoa"
:dependencies [[org.clojure/clojure "1.7.0"]
[org.clojure/clojurescript "1.7.122"]
[react-native-externs "0.0.1-SNAPSHOT"]
[react-native-externs "0.0.1-SNAPSHOT"]]
:plugins [[lein-cljsbuild "1.1.0"]]
:source-paths ["src"]
:cljsbuild {:builds {:repl {:source-paths ["src"]}}})
4 changes: 1 addition & 3 deletions src/repl.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
;; Code looks a big ugly because it should work with advanced
;; optimization. React packager somehow spoils goog.require plus I
;; didn't want to use any externs to make it more interesting :)

;; optimization. React packager somehow spoils goog.require
;; All credits to https://github.com/decker405/figwheel-react-native

(ns ktoa.repl
Expand Down

0 comments on commit bc7f334

Please sign in to comment.