cognitect / transit-cljs

Transit for ClojureScript
http://transit-format.org
Apache License 2.0
324 stars 21 forks source link

update Getting Started page #24

Closed jiangts closed 8 years ago

jiangts commented 8 years ago

Small thing: in the getting started page,

(def w
  (t/writer :json-verbose
    {:handlers 
      {Point (PointHandler.)
       Size  (SizeHandler.)
       Rect  (RectHandler.)}})

a closing parenthesis is missing! Was copying and pasting into the repl and was wondering why the code wasn't returning...

puredanger commented 8 years ago

added, thx