Skip to content

Instantly share code, notes, and snippets.

@odoe
Created January 12, 2015 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save odoe/d2c4b0e6a0a35303f7ef to your computer and use it in GitHub Desktop.
Save odoe/d2c4b0e6a0a35303f7ef to your computer and use it in GitHub Desktop.
Support lib for a ClojureScript proj
(ns site.utils)
(def L (this-as ct (aget ct "L")))
(def esri (.-esri L))
(def utilTemplate (.-template (.-Util L)))
(def ctr (array 45.528 -122.680))
(def zoom 13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment