Fixed broken file.

This commit is contained in:
Aaron Craelius 2014-11-19 19:46:30 -05:00
parent f716685577
commit 25af87571e

View file

@ -71,4 +71,5 @@
(-cur-value [_] #js [x y])) (-cur-value [_] #js [x y]))
(defn svg-translate (defn svg-translate
([x] (SVGTranslateX. x))
([x y] (SVGTranslate. x y)))