This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Amsterdam Clojurians meetup #80 | |
# A ClojureScript dojo: the Berlin Clock! | |
# | |
# Fork this gist and put your solution in | |
(ns berlinclock.core | |
(:require [goog.dom :as gdom] | |
[dommy.core :as dommy :refer-macros [sel sel1]])) | |
(defn set-color [element colorClass] |