Skip to content

Commit

Permalink
changes based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
fogus committed Feb 9, 2012
1 parent d842071 commit 072d5ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified pdf/cljs-cheatsheet.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/cljs-cheatsheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ \subsection{Records}
\subsection{Types}
\begin{tabularx}{\hsize}{lX}
Definition:& \cmd{(deftype Pair [h t])} \\
Access:& \cmd{(.h (Pair. 1 2)) ;=> 1} \\
Access:& \cmd{(.-h (Pair. 1 2)) ;=> 1} \\
Constructing:& \cmd{Pair. ->Pair} \\
With Method(s):& \cmd{(deftype Pair [h t] Object (toString [] ...))} \\
\end{tabularx}
Expand Down Expand Up @@ -219,8 +219,8 @@ \section{Other Useful Libraries}
Client/Server: & http://github.com/ibdknox/fetch \\
D3: & http://github.com/lynaghk/cljs-d3 \\
DOM: & http://github.com/levand/domina \\
Framework: & http://github.com/ibdknox/pinot \\
jQuery: & http://github.com/ibdknox/jayq \\
Templating: & http://github.com/ibdknox/crate \\
\end{tabularx}

}
Expand Down

0 comments on commit 072d5ab

Please sign in to comment.