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
;;;Server Side code which retrieves a html fragment from client | |
(ns faiz.client.transforms | |
(:require [enfocus.core :as ef]) | |
(:use-macros [enfocus.macros :only [append defsnippet content at set-attr html-content]]) | |
(:require-macros [fetch.macros :as fm]) | |
(:use [faiz.client.utils :only [log]])) | |
(defn doc [] js/document) |
NewerOlder