Skip to content

Commit

Permalink
even better example
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk authored Mar 3, 2017
1 parent 6f602d1 commit a0ef526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
data)
</code></pre>
<pre><code class="cljs" data-preamble="(reset! canvas-id &quot;canvas-2&quot;)">
(view (interpose 1 [2 3 [4 2] 5]))
(view (interpose [1] [[8 8] 2 [4 99] 88 [9 9]]))
</code></pre>
<canvas id="canvas-2" width="1000" height="1000"></canvas>

Expand Down

0 comments on commit a0ef526

Please sign in to comment.