diff --git a/src/clojure/monger/js.clj b/src/clojure/monger/js.clj index 680b9ff..abaaef2 100644 --- a/src/clojure/monger/js.clj +++ b/src/clojure/monger/js.clj @@ -7,7 +7,8 @@ ;; the terms of this license. ;; You must not remove this notice, or any other, from this software. -(ns ^{:doc "Kept for backwards compatibility. Please use clojurewerkz.support.js from now on."} monger.js +(ns monger.js + "Kept for backwards compatibility. Please use clojurewerkz.support.js from now on." (:require [clojurewerkz.support.js :as js]))