Skip to content

Commit

Permalink
renamed extend-js
Browse files Browse the repository at this point in the history
  • Loading branch information
dribnet committed Apr 13, 2013
1 parent d737a3b commit 3b5b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extend_js.cljs → src/cljs/mrhyde/extend_js.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;;Namespace that extends JavaScript's object and array to play nicely
;;with Clojure's semantics and act as transient collections.

(ns util.extend-js
(ns mrhyde.extend-js
(:require [goog.object :as gobject])
(:refer-clojure :exclude [assoc!
map filter remove]))
Expand Down

0 comments on commit 3b5b883

Please sign in to comment.