Skip to content

Instantly share code, notes, and snippets.

@adatta02
Created February 8, 2013 23:55
Show Gist options
  • Save adatta02/4742978 to your computer and use it in GitHub Desktop.
Save adatta02/4742978 to your computer and use it in GitHub Desktop.
<% if(depth){ %>
<div class='fib-box' data-depth='<%= depth %>' style='width: <%= val %>px; height: <%= val %>px;'></div>
<% print(template(getFibObj(depth-1))) %>
<% } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment