Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
consistent return type of taxi/elements when passed an element
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallbrekka committed Jan 31, 2013
1 parent f8e535a commit 4194449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clj_webdriver/taxi.clj
Expand Up @@ -230,7 +230,7 @@
([q] (elements *driver* q)) ([q] (elements *driver* q))
([driver q] ([driver q]
(if (element-like? q) (if (element-like? q)
q (list q)
(*finder-fn* driver q)))) (*finder-fn* driver q))))


;; ## Driver functions ## ;; ## Driver functions ##
Expand Down

0 comments on commit 4194449

Please sign in to comment.