Skip to content

Commit

Permalink
Add domina.xpath namespace for use in screencast
Browse files Browse the repository at this point in the history
  • Loading branch information
Brenton Ashworth and Craig Andera committed Jan 16, 2012
1 parent e23834f commit 651d764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/cljs/one/sample/view.cljs
@@ -1,7 +1,8 @@
(ns ^{:doc "Render the views for the application."}
one.sample.view
(:use [domina :only (xpath set-html! set-styles! styles by-id set-style!
(:use [domina :only (set-html! set-styles! styles by-id set-style!
by-class value set-value! set-text! nodes single-node)]
[domina.xpath :only (xpath)]
[one.browser.animation :only (play)])
(:require-macros [one.sample.snippets :as snippets])
(:require [goog.events.KeyCodes :as key-codes]
Expand Down

0 comments on commit 651d764

Please sign in to comment.