Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (defn ^:export init []
  2.   (if (and js/document
  3.            (.-getElementById js/document))
  4.     (let [theForm (.getElementById js/document "draftForm")]
  5.       (set! (.-onsubmit theForm) calculate))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement